When I want to disable the energy saving, I use a shell script to toggle on|off
via ratpoison key bindings.
Get the script from here.
xset +dpms; xset s on
By default, killing Xorg with the key combination Ctrl+Alt+Backspace is disabled.
setxkbmap -option terminate:ctrl_alt_bksp
Switch between typing in English (us) and Bulgarian (bg) with AltGr
key.
setxkbmap -layout us,bg -variant ,bas_phonetic -option grp:switch
I want to navigate faster so this is necessary.
xset r rate 200 50 &
xset m 3 1 &
Swap Left Control and Caps Lock.
setxkbmap -option ctrl:swapcaps
xsetroot -cursor_name left_ptr
xset +fp /usr/share/fonts/local
xset +fp /usr/share/fonts/TTF
xset +fp /usr/share/fonts/misc
xset fp rehash
xrdb -merge ~/.Xresources
I want to have emacs running as a daemon on my system, and connect to the server using emacsclient.
emacs --daemon &
if [ -x /usr/bin/xdg-user-dirs-update ]; then
/usr/bin/xdg-user-dirs-update
fi
And finally, I start the window manager.
exec /usr/bin/ratpoison