diff options
Diffstat (limited to 'dot_local')
| -rw-r--r-- | dot_local/lib/dotfiles/canonical_desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/lib/dotfiles/canonical_desktop.py b/dot_local/lib/dotfiles/canonical_desktop.py index 7269a3f..85d265d 100644 --- a/dot_local/lib/dotfiles/canonical_desktop.py +++ b/dot_local/lib/dotfiles/canonical_desktop.py @@ -169,7 +169,7 @@ def tiling(saved: dict) -> None: "new-window-placement": "focused", "active-hint-overlay-enabled": False, "workspace-switcher-style": False, - "workspace-number-indicator": False, + "workspace-number-indicator": True, "panel-transparency": False, "mouse-cursor-follows-active-window": False, "toggle-floating": ["<Super><Shift>space"], |
