Change some things
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user