about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-12-08 04:06:35 +0300
committerAzat Bahawi <azahi@teknik.io>2021-12-08 04:06:35 +0300
commitb561ebcfee857beacdc5b6f716ccccdd18771670 (patch)
tree6d59e3054d8c750322b8bd14c1c4181c4ec49389 /src
parentSome stuff (diff)
Even more stuff
Diffstat (limited to 'src')
-rw-r--r--src/lib/XMonad/Custom/Bindings.hs2
-rw-r--r--src/lib/XMonad/Custom/Misc.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/XMonad/Custom/Bindings.hs b/src/lib/XMonad/Custom/Bindings.hs
index 807be4f..208ccdf 100644
--- a/src/lib/XMonad/Custom/Bindings.hs
+++ b/src/lib/XMonad/Custom/Bindings.hs
@@ -57,7 +57,7 @@ import           XMonad.Util.NamedScratchpad
 import           XMonad.Util.WorkspaceCompare
 
 modMask :: KeyMask
-modMask = controlMask
+modMask = mod4Mask
 
 directions :: [Direction2D]
 directions = [D, U, L, R]
diff --git a/src/lib/XMonad/Custom/Misc.hs b/src/lib/XMonad/Custom/Misc.hs
index 355df91..366c01f 100644
--- a/src/lib/XMonad/Custom/Misc.hs
+++ b/src/lib/XMonad/Custom/Misc.hs
@@ -31,6 +31,6 @@ applications = Applications { browser = "qutebrowser"
                             , mixer   = "pulsemixer"
                             , notify  = "notify-send"
                             , player  = "ncmpcpp"
-                            , term    = "xterm"
+                            , term    = "alacritty"
                             , top     = "htop"
                             }

Consider giving Nix/NixOS a try! <3