Skip to content

Commit

Permalink
Update exwm setup to be compatible with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smile13241324 committed Oct 20, 2024
1 parent 12c039a commit fad29dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+window-management/exwm/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
(use-dialog-box nil "Disable dialog boxes since they are unusable in EXWM")
(exwm-input-line-mode-passthrough t "Pass all keypresses to emacs in line mode.")
:init
(require 'exwm-config)
(exwm-enable)
;; "Number of workspaces. Defaults to the number of connected displays."
(unless exwm-workspace-number
(custom-set-variables '(exwm-workspace-number (/ (length exwm--randr-displays) 2))))
Expand Down

0 comments on commit fad29dd

Please sign in to comment.