Rework configurations for hosts

This commit is contained in:
Yorick Barbanneau 2020-02-26 17:58:52 +01:00
parent bafd66090f
commit cb1a945364
4 changed files with 27 additions and 13 deletions

View file

@ -2,4 +2,17 @@ set $term termite
set $menu exec $term --name=launcher -e launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
# Input configuration
input * xkb_layout "us"
input * xkb_variant "altgr-intl"
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
# autostart
# ---------
exec swayidle \
timeout 300 'swaylock -i $lock_bg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'