small tweaks

This commit is contained in:
Matt Nish-Lapidus 2025-06-23 11:31:39 -04:00
parent 706b07fd33
commit f2e82582d6
4 changed files with 39 additions and 32 deletions

View file

@ -398,7 +398,10 @@ in
action = spawn "swayosd-client" "--brightness" "lower";
};
"Mod+Q".action = close-window;
"Mod+Q" = {
action = close-window;
repeat = false;
};
"Mod+Left".action = focus-column-left;
"Mod+Down".action = focus-window-down;

View file

@ -102,7 +102,7 @@
nix-direnv.enable = true;
config = {
whitelist = {
prefix = [ "~/source" "~/Projects" ];
prefix = [ "~/source" "~/projects" ];
};
};
};