Added other emacs config files for EXWM
This commit is contained in:
parent
8d885067e2
commit
4a3f6cd62e
4
emacs/exwm.desktop
Normal file
4
emacs/exwm.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=EXWM
|
||||||
|
Comment=Emacs Window Manager
|
||||||
|
Exec=/home/random/.emacs.d/start-exwm.sh
|
@ -1,8 +1,4 @@
|
|||||||
* EXWM
|
* General Config
|
||||||
|
|
||||||
EXWM is a desktop environment built within emacs.
|
|
||||||
|
|
||||||
** General Config
|
|
||||||
|
|
||||||
This section contains the general configuration for EXWM.
|
This section contains the general configuration for EXWM.
|
||||||
|
|
||||||
@ -65,7 +61,7 @@ This section contains the general configuration for EXWM.
|
|||||||
(exwm-enable))
|
(exwm-enable))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Randr
|
* Randr
|
||||||
|
|
||||||
EXWM Randr is a built-in plugin that allows you to add two monitor support. By default EXWM merges the two monitors into one making the desktop environment unusable.
|
EXWM Randr is a built-in plugin that allows you to add two monitor support. By default EXWM merges the two monitors into one making the desktop environment unusable.
|
||||||
|
|
||||||
@ -82,7 +78,7 @@ EXWM Randr is a built-in plugin that allows you to add two monitor support. By d
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** System Tray
|
* System Tray
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package exwm-systemtray
|
(use-package exwm-systemtray
|
||||||
@ -91,7 +87,7 @@ EXWM Randr is a built-in plugin that allows you to add two monitor support. By d
|
|||||||
(exwm-systemtray-enable))
|
(exwm-systemtray-enable))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Volume Control
|
* Volume Control
|
||||||
|
|
||||||
To control volume through EXWM you can install the ~pulseaudio-control~ package.
|
To control volume through EXWM you can install the ~pulseaudio-control~ package.
|
||||||
|
|
||||||
|
3
emacs/start-exwm.sh
Normal file
3
emacs/start-exwm.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec dbus-launch --exit-with-session emacs -mm --debug-init
|
Loading…
x
Reference in New Issue
Block a user