mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
change alt-tab to cycle windows
This commit is contained in:
parent
ab14957683
commit
0d07cdbbdb
@ -194,8 +194,10 @@ in {
|
|||||||
toggle-maximized = [ "<Super>t" ];
|
toggle-maximized = [ "<Super>t" ];
|
||||||
raise-or-lower = [ "<Super>s" ];
|
raise-or-lower = [ "<Super>s" ];
|
||||||
move-to-center = [ "<Alt><Super>c" ];
|
move-to-center = [ "<Alt><Super>c" ];
|
||||||
switch-windows = ["<Super>Tab"];
|
cycle-windows = ["<Super>Tab"];
|
||||||
switch-windows-backward = ["<Shift><Super>Tab"];
|
cycle-windows-backward = ["<Shift><Super>Tab"];
|
||||||
|
switch-applications = [];
|
||||||
|
switch-applications-backward = [];
|
||||||
panel-run-dialog = ["<Super>r"];
|
panel-run-dialog = ["<Super>r"];
|
||||||
minimize = [];
|
minimize = [];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user