Window managers
Last updated: 5 Aug 2020 ·
Posted in wiki#notes
dwm
-
Desktop entry for dwm so that it shows up as an option in GDM login screen on Ubuntu:
# /usr/share/xsessions/dwm.desktop [Desktop Entry] Encoding=UTF-8 Name=dwm Comment=dynamic window manager Exec=dwm Icon=dwm Type=XSession
i3
-
Enable "Tap to click" on a laptop [*]
# /etc/X11/xorg.conf.d/90-touchpad.conf Section "InputClass" Identifier "touchpad" MatchIsTouchpad "on" Driver "libinput" Option "Tapping" "on" EndSection