did way to many things to make a good comment

This commit is contained in:
Zastian Pretorius
2021-12-09 12:53:40 +02:00
parent 073b1197d1
commit 768b929e77
103 changed files with 515 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm, xK_backslash), scratchpadSpawnActionTerminal "alacritty -class scratchpad")
-- launch rofi
, ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -theme /home/$USER/.config/rofi-menus/colors-rofi-dark.rasi -icon-theme 'Papirus' -show-icons")
, ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons")
-- launch a scrachpad
, ((modm .|. shiftMask, xK_s ), spawn "alacritty --class scratchpad")