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