Change some things

This commit is contained in:
2024-08-14 21:49:07 +01:00
parent 6d6459418d
commit 4d4098987c
5 changed files with 20 additions and 2 deletions

View File

@@ -50,13 +50,15 @@ in {
};
};
keybindings = {
"${mod}+Return" = "exec kitty";
"${mod}+Return" = "exec wezterm";
"${mod}+q" = "kill";
"${mod}+d" = "exec tofi-drun --drun-launch=true";
"${hyper}+Return" = "exec kitty";
"${hyper}+Return" = "exec wezterm";
"${hyper}+q" = "kill";
"${hyper}+d" = "exec tofi-drun --drun-launch=true";
"${mod}+Shift+s" = "exec grim -g \"$(slurp)\"";
"${mod}+h" = "focus left";
"${mod}+j" = "focus down";
"${mod}+k" = "focus up";