mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Disable extensions and center new windows by default
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
dynamic-workspaces = true;
|
||||
workspaces-only-on-primary = false;
|
||||
edge-tiling = true;
|
||||
center-new-windows = true;
|
||||
};
|
||||
|
||||
"org/gnome/shell" = {
|
||||
@@ -58,6 +59,7 @@
|
||||
"codium.desktop"
|
||||
"org.gnome.Nautilus.desktop"
|
||||
];
|
||||
disable-user-extensions = true;
|
||||
};
|
||||
|
||||
"org/gnome/shell/app-switcher" = {
|
||||
|
||||
Reference in New Issue
Block a user