diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:53:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:53:54 +0530 |
commit | e012e3012f2890a0462f87c0d678d9f3bf98c93e (patch) | |
tree | 64bd1453dad70359d531add1b95eac1dee78bfd3 /.config | |
parent | be0f4230dc13fd89fc3871f930af87d3b78d5486 (diff) |
added disableEwmhManageDesktopViewport to xmonad
Diffstat (limited to '.config')
-rw-r--r-- | .config/XMonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/XMonad/xmonad.hs b/.config/XMonad/xmonad.hs index 5b050a4..fe8c8d8 100644 --- a/.config/XMonad/xmonad.hs +++ b/.config/XMonad/xmonad.hs @@ -14,7 +14,7 @@ import Hooks main :: IO () main = do - xmonad $ ewmhFullscreen $ ewmh $ docks def { + xmonad $ disableEwmhManageDesktopViewport $ ewmhFullscreen $ ewmh $ docks def { focusFollowsMouse = True , terminal = myTerminal , borderWidth = myBorderWidth |