-          -notify  300 -notifier "xset dpms force off" \
-          -time     10 -locker   "i3lock -nc 000000" \
-          -killtime 90 -killer   "systemctl suspend" &
-xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$HOST.xkb $DISPLAY
-xbindkeys
+          -notify  600 -notifier "xset dpms force off" \
+          -time     20 -locker   "i3lock -nc 000000" \
+          -killtime 70 -killer   "systemctl suspend" &
+xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY
+unclutter --timeout 1 &
+[[ -f "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname)