diff options
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 0b4a181..0269ef3 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -21,6 +21,7 @@ import Internal.Logger import Internal.DMenu (menuCommandString) import Internal.RebindKeys import Internal.KeysM +import Internal.ButtonMasks import qualified XMonad as X import qualified XMonad.StackSet as W @@ -37,7 +38,7 @@ main = do xmobar <- spawnXMobar (=<<) X.xmonad $ - applyKeys $ ewmh $ docks $ def + applyKeys $ withButtonMasks $ ewmh $ docks $ def { terminal = "alacritty" , modMask = mod3Mask , borderWidth = 2 |