aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 1d07ef8..d4f5dae 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -21,11 +21,10 @@ main = do
-- Execute some commands.
homeDir <- getHomeDirectory
let fp = homeDir </> ".xmonad" </> "startup"
- let theLayout = myLayout
config <-
applyKeys $ def
- { terminal = "sakura"
+ { terminal = "alacritty"
, modMask = mod4Mask
, borderWidth = 2
, keys = \config -> mempty