Setup a default of 10 workspaces

This commit is contained in:
Curt Spark 2024-12-13 20:14:35 +00:00
parent 1044c05f62
commit 9e0c09029d
1 changed files with 3 additions and 0 deletions

View File

@ -1240,6 +1240,9 @@ Install the package, enable it and ensure that it always is installed, and then
(require 'exwm-randr)
(exwm-randr-mode)
;; Set number of workspaces by default
(setq exwm-workspace-number 10)
(defun exwm-switch-workspace-left ()
"Switch one workspace to the left"
(interactive)