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" ];
};
"org/gnome/shell/keybindings" = {
toggle-quick-settings = [];
switch-to-application-1 = [];
switch-to-application-2 = [];
switch-to-application-3 = [];
@ -97,6 +98,7 @@
toggle-float = [ "<Super>p" ];
tile-enter = ["<Super>r"];
tile-by-default = true;
toggle-stacking-global = [ "<Super>s" ];
};
"org/gnome/desktop/background" = {
picture-uri-dark = "file://${pkgs.nixos-artwork.wallpapers.nineish-dark-gray.src}";
@ -105,6 +107,9 @@
color-scheme = "prefer-dark";
show-battery-percentage = true;
};
"org/gnome/settings-daemon/plugins/power" = {
ambient-enabled = false;
};
};
custom.persist = {