This commit is contained in:
2025-09-20 12:38:39 +02:00
parent 964bc03a93
commit 51c188b82c
2 changed files with 2 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ in
unzip
xf86_input_wacom
libwacom
vivaldi
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage

View File

@@ -41,7 +41,7 @@ main =
myConfig =
let terminal = "kitty tmux attach-session"
browser = "librewolf"
browser = "vivaldi"
modm = mod4Mask -- super/meta
in def
{ modMask = modm,
@@ -52,7 +52,6 @@ myConfig =
}
`additionalKeysP` [ ("M-b", spawn browser),
("M-c", spawn "chromium"),
("M-e", spawn "dolphin"),
-- , ("M-t", spawn terminal)
-- , ("M-S-Enter", spawn terminal)
-- , ("<Print>", spawn "scrot ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")