1
0
Fork 0

Finally fix window switching

This commit is contained in:
Malte Brandy 2021-07-10 12:47:43 +02:00
parent 74f0565034
commit 7ed36b30af
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -8,6 +8,10 @@ in
"org/gnome/desktop/wm/keybindings" = {
switch-input-source = [ ];
switch-input-source-backward = [ ];
switch-applications = [ ];
switch-applications-backward = [ ];
cycle-windows = [ "<Super>Tab" ];
cycle-windows-backward = [ "<Shift><Super>Tab" ];
};
"org/gnome/settings-daemon/plugins/power" = {
@ -177,10 +181,6 @@ in
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/standby/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/clear-notifications/"
];
switch-applications = [ ];
switch-applications-backward = [ ];
cycle-windows = [ "<Super>Tab" ];
cycle-windows-backward = [ "<Shift><Super>Tab" ];
next = [ "<Primary><Shift>dollar" ];
play = [ "<Primary><Shift>guillemotleft" ];
previous = [ "<Primary><Shift>EuroSign" ];