update keybinds for new stacks extension

This commit is contained in:
Tyler Starr 2025-01-09 23:53:19 -08:00
parent 529a653e22
commit 8577ae513c
2 changed files with 2 additions and 9 deletions

View File

@ -189,8 +189,8 @@ in {
close = ["<Super>d"];
toggle-fullscreen = ["<Super>f"];
toggle-maximized = ["<Super>t"];
cycle-windows = ["<Super>Tab" "<Super>k"];
cycle-windows-backward = ["<Shift><Super>Tab" "<Super>j"];
cycle-windows = ["<Super>Tab"];
cycle-windows-backward = ["<Shift><Super>Tab"];
panel-run-dialog = ["<Super>r"];
switch-applications = [];
switch-applications-backward = [];

View File

@ -12,7 +12,6 @@ in {
capslock = "overload(meta, esc)";
leftalt = "layer(alt)";
f1 = "oneshot(open)";
meta = "layer(meta)";
};
open = {
enter = "C-M-enter"; # terminal
@ -27,12 +26,6 @@ in {
k = "up";
l = "right";
};
meta = {
h = "M-left";
j = "M-down";
k = "M-up";
l = "M-right";
};
};
};
};