From 9e0c09029d4fa3477f44b8489f0079d37b4b5663 Mon Sep 17 00:00:00 2001 From: cspark Date: Fri, 13 Dec 2024 20:14:35 +0000 Subject: [PATCH] Setup a default of 10 workspaces --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index e15b4ff..06962da 100644 --- a/config.org +++ b/config.org @@ -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)