2 compton -b --config ~/.config/compton.conf
3 xautolock -detectsleep \
4 -notify 600 -notifier "xset dpms force off" \
5 -time 20 -locker "i3lock -nc 000000" \
6 -killtime 70 -killer "systemctl suspend" &
7 xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY
8 unclutter -idle 1 -root &
9 [[ -x "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname)
10 xcape -e "Control_L=Escape;Control_R=Escape"