This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sway_config/config/sway/conf.d/morty/morty.config

18 lines
495 B
Text

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'