summaryrefslogtreecommitdiffstatshomepage
path: root/dot_local
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-22 14:30:19 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-22 14:30:19 +0100
commit92c29300d7363b02807f5b5c1aa48eeef5e18bb2 (patch)
tree31258151ca6e3a5120aa153f5a592f9d77a0e149 /dot_local
parent05bf213010f4a09487c1bb67e73e61bd31bb33b7 (diff)
downloaddotfiles-92c29300d7363b02807f5b5c1aa48eeef5e18bb2.tar.gz
dotfiles-92c29300d7363b02807f5b5c1aa48eeef5e18bb2.tar.bz2
dotfiles-92c29300d7363b02807f5b5c1aa48eeef5e18bb2.zip
Use dynamic workspaces on the corporate desktop
Diffstat (limited to 'dot_local')
-rw-r--r--dot_local/lib/dotfiles/canonical_desktop.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_local/lib/dotfiles/canonical_desktop.py b/dot_local/lib/dotfiles/canonical_desktop.py
index d530058..96e4e4e 100644
--- a/dot_local/lib/dotfiles/canonical_desktop.py
+++ b/dot_local/lib/dotfiles/canonical_desktop.py
@@ -220,8 +220,7 @@ def panel(saved: dict) -> None:
def workspaces(saved: dict) -> None:
- write_key("org.gnome.mutter", "dynamic-workspaces", False, saved)
- write_key("org.gnome.desktop.wm.preferences", "num-workspaces", 10, saved)
+ write_key("org.gnome.mutter", "dynamic-workspaces", True, saved)
for number in range(1, 11):
key = str(number % 10)
for action, modifier in [("switch", ""), ("move", "<Shift>")]: