diff --git a/README.org b/README.org index 2bea6c7..ec1c1e9 100644 --- a/README.org +++ b/README.org @@ -53,7 +53,7 @@ The preferred terminal program, which is used in a binding below and by certain contrib modules. #+begin_src haskell :tangle xmonad.hs - myTerminal = "kitty" + myTerminal = "alacritty" #+end_src * Window Behavior & Appearance @@ -280,7 +280,8 @@ These default keybindings are left for reference, but are not actually used in m , ("M-n", spawn "/home/sravan/.scripts/dunst.sh --rofi") -- rofi menu -- session control - , ("M-q", spawn "/home/sravan/.scripts/session.sh --rofi") -- rofi menu + , ("M-q", spawn "/home/sravan/.scripts/session.sh --rofi") -- rofi menu + , ("M-S-q", io (exitWith ExitSuccess)) -- close focused window , ("M-S-c", kill) -- regular kill @@ -335,7 +336,7 @@ which denotes layout choice. -- Dimensions are given as (Border top bottom right left) mySpacing = spacingRaw False -- Only for >1 window -- The bottom edge seems to look narrower than it is - (Border 10 15 15 15) -- Size of screen edge gaps + (Border 15 15 15 15) -- Size of screen edge gaps True -- Enable screen edge gaps (Border 10 10 10 10) -- Size of window gaps True -- Enable window gaps @@ -664,10 +665,10 @@ Define module update intervals in seconds. cpu = 1 date = 1 time = 1 - filesystem = 60 + filesystem = 900 memory = 1 pulseaudio = 5 - updates = 600 + updates = 900 media-playing = 1 dunst-notification-status = 1 #+end_src @@ -1179,7 +1180,7 @@ Define module update intervals in seconds. ; ; ; - format = %{A3:kitty -e bpytop &:}