A billion changes, but I'm finally on this new config!
This commit is contained in:
parent
8b12288df6
commit
c211604042
29 changed files with 338 additions and 163 deletions
hosts/nixos/common/optional/xmonad
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue