Skip to content

Instantly share code, notes, and snippets.

View andorsk's full-sized avatar
🌎
everywhere

Andor Kesselman andorsk

🌎
everywhere
View GitHub Profile
@AndreaOrru
AndreaOrru / exwm.el
Created June 8, 2018 19:08
EXWM configuration
(require 'exwm)
(require 'exwm-config)
;; Set the initial workspace number
(setq exwm-workspace-number 4)
(setq exwm-workspace-show-all-buffers t)
(setq exwm-layout-show-all-buffers t)
(setq exwm-input-line-mode-passthrough t)
(add-hook 'exwm-manage-finish-hook (lambda () (call-interactively #'exwm-input-release-keyboard)))