Explicit app window switch keybinding

This commit is contained in:
2023-06-03 10:21:18 +01:00
parent ebc428634e
commit 8fedf749f6

View File

@ -128,6 +128,10 @@ in {
enable-hot-corners = false; enable-hot-corners = false;
monospace-font-name = "Ubuntu Mono 11"; monospace-font-name = "Ubuntu Mono 11";
}; };
"org/gnome/desktop/wm/keybindings" = {
switch-group = [ "<Super>grave" ];
switch-group-backward = [ "<Shift><Super>grave" ];
};
"io/github/celluloid-player/celluloid" = { "io/github/celluloid-player/celluloid" = {
draggable-video-area-enable = true; draggable-video-area-enable = true;
}; };