gnome config and basic user config
This commit is contained in:
@@ -8,4 +8,21 @@
|
||||
home.packages = with pkgs; [
|
||||
home-manager
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
button-layout = "close,minimize,maximize:";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
switch-applications = [ ];
|
||||
switch-windows = [ "<Alt>Tab" "<Super>Tab" ];
|
||||
activate-window-menu = [ ];
|
||||
};
|
||||
|
||||
"org/gnome/shell/keybindings" = {
|
||||
activate-window-menu = [ ];
|
||||
toggle-overview = [ "<Alt>space" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user