Skip to content

Commit

Permalink
Add OpenBSD support
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaBeloglazov committed Oct 1, 2023
1 parent 36469d1 commit 0d267bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ __β€’β€Ž 🟩 Linux - FULL SUPPORT__, some additional deps needed

__β€’β€Ž 🟩 Android - FULL SUPPORT in Termux__, some additional deps needed too

__β€’β€Ž 🟩 BSD Systems - Works__ on FreeBSD/GhostBSD. Deps needed, same as Linux
__β€’β€Ž 🟩 BSD Systems - Works__ on __FreeBSD / GhostBSD__ and OpenBSD / FuguIta, deps same as Linux

__β€’β€Ž 🟩 Windows - Works__ natively

Expand Down
2 changes: 1 addition & 1 deletion src/clipman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def detect_clipboard_engine():
Detects clipboard engine based on many factors, and in many cases gives the user friendly advice.
Returns name of detected engine
"""
if dataclass.os_name in ("Linux", "FreeBSD"):
if dataclass.os_name in ("Linux", "FreeBSD", "OpenBSD"):
try:
# Detect graphical backend from ENV
graphical_backend = os.environ["XDG_SESSION_TYPE"]
Expand Down

0 comments on commit 0d267bb

Please sign in to comment.