chore: Readded alt-tab support

This commit is contained in:
Patrick Großmann 2023-01-21 23:41:38 +01:00
parent 9488c2aee6
commit 0f6e82b64d
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -48,6 +48,8 @@ MOD: TAGS:
"${MOD}-r" = " focus down"; "${MOD}-r" = " focus down";
"${MOD}-l" = " focus up"; "${MOD}-l" = " focus up";
"${MOD}-s" = " focus right"; "${MOD}-s" = " focus right";
"Alt-Tab" = " cycle_all +1";
"Alt-Shift-Tab" = " cycle_all -1";
"${MOD}-BackSpace" = " cycle_monitor"; "${MOD}-BackSpace" = " cycle_monitor";
"${MOD}-c" = " cycle"; "${MOD}-c" = " cycle";