Setup a default of 10 workspaces
This commit is contained in:
parent
1044c05f62
commit
9e0c09029d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue