diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-25 21:37:39 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-25 21:37:39 -0400 |
commit | 3dca4c156d482677406d01bd2bc197053bd7617a (patch) | |
tree | fa80db5e5b22c636d7ffda1cdb53a08ec1a09424 | |
parent | Add functionality for named EXWM workspaces (diff) | |
download | mmosmacs-3dca4c156d482677406d01bd2bc197053bd7617a.tar.gz mmosmacs-3dca4c156d482677406d01bd2bc197053bd7617a.tar.bz2 mmosmacs-3dca4c156d482677406d01bd2bc197053bd7617a.zip |
Increase starting workspaces to 4
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ | |||
174 | :straight t | 174 | :straight t |
175 | :config | 175 | :config |
176 | (require 'exwm-config) | 176 | (require 'exwm-config) |
177 | (setq exwm-workspace-number 1 | 177 | (setq exwm-workspace-number 4 |
178 | exwm-input-prefix-keys '(?\C-h | 178 | exwm-input-prefix-keys '(?\C-h |
179 | ?\C-u | 179 | ?\C-u |
180 | ?\C-x | 180 | ?\C-x |