Skip to content

Commit

Permalink
Added WM_NAME as _NET_WM_NAME fallback (older apps)
Browse files Browse the repository at this point in the history
Separated Props and Structs as submodules
  • Loading branch information
Kalmat committed Sep 13, 2023
1 parent 064a359 commit b54d271
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified dist/EWMHlib-0.0.1-py3-none-any.whl
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ewmhlib/_ewmhlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import Xlib.xobject
from Xlib.xobject.drawable import Window as XWindow

from Props import Root, DesktopLayout, Window, WindowType, State, StateAction, MoveResize, DataFormat, Mode, HintAction
from Structs import DisplaysInfo, ScreensInfo, WmHints, Aspect, WmNormalHints
from ewmhlib.Props import Root, DesktopLayout, Window, WindowType, State, StateAction, MoveResize, DataFormat, Mode, HintAction
from ewmhlib.Structs import DisplaysInfo, ScreensInfo, WmHints, Aspect, WmNormalHints
# from ewmhlib.Structs._structs import _XWindowAttributes


Expand Down
4 changes: 2 additions & 2 deletions src/ewmhlib/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
getProperty, getPropertyValue, changeProperty, sendMessage,
EwmhRoot, EwmhWindow
)
import Props
import Structs
from . import Props
from . import Structs

0 comments on commit b54d271

Please sign in to comment.