aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-10-29 15:53:16 -0600
committerJosh Rahm <rahm@google.com>2021-10-29 19:53:26 -0600
commit70b1acbce0c873ec9643ccfb59352b73d2521bfb (patch)
tree800d2793f4800a62293deb52f88f9a5da4dc5e16 /src/Main.hs
parent42f81370dfe278a18e61e1a6a8e5caa580be37d7 (diff)
downloadrde-70b1acbce0c873ec9643ccfb59352b73d2521bfb.tar.gz
rde-70b1acbce0c873ec9643ccfb59352b73d2521bfb.tar.bz2
rde-70b1acbce0c873ec9643ccfb59352b73d2521bfb.zip
Change Mod key to hyper & pimp out my DMenu.
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 2234a97..eab10dc 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -25,7 +25,7 @@ main = do
config <-
applyKeys $ def
{ terminal = "alacritty"
- , modMask = mod4Mask
+ , modMask = mod3Mask
, borderWidth = 2
, keys = \config -> mempty
, focusedBorderColor = "#ff6c00"
@@ -71,4 +71,4 @@ main = do
in icons ++ etc
}
toggleStructsKey
- config { modMask = mod4Mask }
+ config { modMask = mod3Mask }