[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources ## Keys modification: # CAPS-LOCK fix: modifies the CAPS-LOCK behaviour so that it send an # signal on release and a CTRL signal when hold. Also CAPS-LOCK # is (de)activated pressing both shift keys. setxkbmap -option ctrl:nocaps -option shift:both_capslock xcape -e 'Control_L=Escape' ## Beep # Removes annoying beep xset b 0 ## Simple X HotKey Daemon # Simple X hotkey daemon that reacts to input events by executing # commands (wm indipendent). (sleep 10; sxhkd) & ## Redshift # Adjusts the color temperature of your screen according to your # surroundings (location). (sleep 10; redshift) & ## Unclutter # Hides your X mouse cursor when you do not need it (with `-root` option # even if in the X root window. (sleep 15; unclutter -root) & ## MPD # Start Music Player Daemon (sleep 15; mpd) & ## Start AwesomeWM exec awesome