Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.42 KB

DESKTOP.org

File metadata and controls

55 lines (40 loc) · 1.42 KB

Desktop

Below are instructions to configure EXWM under an Arch-based distribution ie. Emacs as your window manager. Blocks are automatically tangled on save from this very document. To see the complete tangling parameters, consider browsing the raw version of this file.

The instructions assume you have a working Linux distribution in the first place.

Desktop Entry

Enable Emacs in the list of eligible window managers.

[Desktop Entry]
Comment=Emacs X Window Manager
Exec=dbus-launch --exit-with-session emacs --debug-init --maximized
Name=EXWM
Type=Application

Extra

Gnome

Once in a while I’ll log in under something more stable – read: when I break my system – like Gnome.

Below are a couple settings to make the temporary excursion less painful.

gsettings set org.gnome.desktop.peripherals.keyboard delay 200
gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 20
gsettings set org.gnome.desktop.wm.preferences audible-bell false

Zoom

Edit ~/.config/zoomus.conf to disable the automatic mini-view since it will eventually mess up your current window configuration.

-enableMiniWindow=true
+enableMiniWindow=false