1
0
Fork 0

Fix hotkey bindings

This commit is contained in:
Malte Brandy 2021-07-05 18:47:19 +02:00
parent 8c226fb4f0
commit 6b30204cd5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,8 +7,8 @@ in
{
dconf.settings = {
"org/gnome/desktop/wm/keybindings" = {
switch-input-source = "@as []";
switch-input-source-backward = "@as []";
switch-input-source = [ ];
switch-input-source-backward = [ ];
};
"org/gnome/desktop/interface" = {
@ -18,7 +18,7 @@ in
};
"org/gnome/shell/extensions/gtile" = {
show-toggle-tiling-alt = [ "<Alt>t" ];
show-toggle-tiling-alt = [ "<Super>t" ];
};
"org/gnome/shell" = {