small tweaks
This commit is contained in:
parent
706b07fd33
commit
f2e82582d6
4 changed files with 39 additions and 32 deletions
|
@ -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;
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
nix-direnv.enable = true;
|
||||
config = {
|
||||
whitelist = {
|
||||
prefix = [ "~/source" "~/Projects" ];
|
||||
prefix = [ "~/source" "~/projects" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue