Add exwm.
This commit is contained in:
@@ -11,6 +11,14 @@
|
|||||||
:config
|
:config
|
||||||
(load-theme 'zenburn t))
|
(load-theme 'zenburn t))
|
||||||
|
|
||||||
|
;; My desktop environment
|
||||||
|
;; EXWM
|
||||||
|
(use-package exwm
|
||||||
|
:config
|
||||||
|
(require 'exwm-config)
|
||||||
|
(exwm-config-default)
|
||||||
|
(require 'exwm-systemtray)
|
||||||
|
(exwm-systemtray-enable))
|
||||||
;; Programming environment
|
;; Programming environment
|
||||||
;; git
|
;; git
|
||||||
(use-package magit)
|
(use-package magit)
|
||||||
|
|||||||
Reference in New Issue
Block a user