(use-feature exwm-input
:demand
- :after exwm
+ :after exwm-workspace
:config
(defun b/exwm-ws-prev-index ()
"Return the index for the previous EXWM workspace, wrapping
(exwm-input-set-local-simulation-keys
`(,@exwm-input-simulation-keys
([?\C-\S-d] . [?\C-d])
- ([?\C-\S-w] . [?\C-w])
- ([?\C-\S-q] . [?\C-q])))))))))
+ ([?\C-q] . [?\C-w])
+ ([?\s-q] . [?\C-q])))))))))
(use-feature exwm-randr
:demand