- set cursor from the default ugly “x” to a left pointer
- disable bell
- remove annoying one pixel border around emacs (using ‘-ib 0’)
xmodmap -e "keysym Menu = Super_R"
xmodmap -e "keysym Menu = Super_R"
+xsetroot -cursor_name left_ptr
xrdb -merge "$HOME/.Xresources"
xrdb -merge "$HOME/.Xresources"
--- /dev/null
+[ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend &
+[ -x "$(command -v pasystray)" ] && pasystray &
+[ -x "$(command -v nm-applet)" ] && nm-applet &
+[ -x "$(command -v emacs)" ] && exec emacs -ib 0