fix keybinding

This commit is contained in:
Ray Andrew 2024-10-28 13:58:41 -05:00
parent a62209bc6d
commit 08ede9e36b

View file

@ -65,6 +65,7 @@
move-to-workspace-10 = [ "<Super><Shift>0" ]; move-to-workspace-10 = [ "<Super><Shift>0" ];
}; };
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
toggle-quick-settings = [];
switch-to-application-1 = []; switch-to-application-1 = [];
switch-to-application-2 = []; switch-to-application-2 = [];
switch-to-application-3 = []; switch-to-application-3 = [];
@ -97,13 +98,17 @@
toggle-float = [ "<Super>p" ]; toggle-float = [ "<Super>p" ];
tile-enter = ["<Super>r"]; tile-enter = ["<Super>r"];
tile-by-default = true; tile-by-default = true;
toggle-stacking-global = [ "<Super>s" ];
}; };
"org/gnome/desktop/background" = { "org/gnome/desktop/background" = {
picture-uri-dark = "file://${pkgs.nixos-artwork.wallpapers.nineish-dark-gray.src}"; picture-uri-dark = "file://${pkgs.nixos-artwork.wallpapers.nineish-dark-gray.src}";
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";
show-battery-percentage = true; show-battery-percentage = true;
};
"org/gnome/settings-daemon/plugins/power" = {
ambient-enabled = false;
}; };
}; };