mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
update keybinds for new stacks extension
This commit is contained in:
parent
529a653e22
commit
8577ae513c
@ -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 = [];
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user