Disable EXWM, switch to stumpwm
This commit is contained in:
parent
a1be36a8b7
commit
de083dabdf
|
|
@ -739,15 +739,15 @@ For more information on setup, you should check out `https://github.com/ch11ng/e
|
||||||
|
|
||||||
Install the package, enable it and ensure that it always is installed, and then configure:
|
Install the package, enable it and ensure that it always is installed, and then configure:
|
||||||
*** EXWM
|
*** EXWM
|
||||||
#+BEGIN_SRC emacs-lisp
|
+BEGIN_SRC emacs-lisp
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(require 'exwm-config)
|
(require 'exwm-config)
|
||||||
(exwm-config-default))
|
(exwm-config-default))
|
||||||
#+END_SRC
|
+END_SRC
|
||||||
**** Configuration
|
**** Configuration
|
||||||
#+BEGIN_SRC emacs-lisp
|
+BEGIN_SRC emacs-lisp
|
||||||
;; Systemtray
|
;; Systemtray
|
||||||
(require 'exwm-systemtray)
|
(require 'exwm-systemtray)
|
||||||
(exwm-systemtray-enable)
|
(exwm-systemtray-enable)
|
||||||
|
|
@ -875,7 +875,7 @@ Install the package, enable it and ensure that it always is installed, and then
|
||||||
|
|
||||||
;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead.
|
;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead.
|
||||||
(ido-mode -1)
|
(ido-mode -1)
|
||||||
#+END_SRC
|
+END_SRC
|
||||||
|
|
||||||
|
|
||||||
*** Counsel Linux Application
|
*** Counsel Linux Application
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue