Refactor exwm configuration
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
;; EXWM
|
||||
(use-package exwm
|
||||
:config
|
||||
(require 'exwm-config)
|
||||
(exwm-config-default))
|
||||
(load "~/.emacs.d/elisp/exwm-setup.el"))
|
||||
|
||||
;; Multimedia
|
||||
(use-package emms
|
||||
|
||||
6
elisp/exwm-setup.el
Normal file
6
elisp/exwm-setup.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(require 'exwm)
|
||||
(require 'exwm-config)
|
||||
(exwm-config-default)
|
||||
|
||||
(setq exwm-workspace-minibuffer-position 'bottom)
|
||||
(setq exwm-workspace-display-echo-area-timeout 5)
|
||||
Reference in New Issue
Block a user