1
Fork 0

A billion changes, but I'm finally on this new config!

This commit is contained in:
Matei Adriel 2023-01-12 20:49:08 +01:00
commit c211604042
No known key found for this signature in database
29 changed files with 338 additions and 163 deletions
hosts/nixos/common/optional/xmonad

View file

@ -44,7 +44,7 @@ main =
("M-w", spawn "rofi -show window"),
("M-g", spawn myBrowser),
("M-d", spawn "Discord"),
("M-v", spawn "alacritty -e vimclip"),
("M-v", spawn "alacritty -e 'vimclip'"),
("M-s", spawn "spectacle -rcb"),
("M-S-s", spawn "spectacle -mcb"),
("M-C-s", spawn "spectacle -ucb"),
@ -61,11 +61,11 @@ main =
layouts = tall ||| Full
myLayoutHook = spacingHook layouts
startupApps =
[ (0, "alacritty"),
(1, "google-chrome-stable"),
(2, "Discord")
]
startupApps = []
-- [ (0, "alacritty"),
-- (1, "google-chrome-stable"),
-- (2, "Discord")
-- ]
startup :: X ()
startup = do