xbacklight -set 40 swaybg -i ~/.wp > /dev/null 2>&1 & # sound pipewire > /dev/null 2>&1 & pipewire-pulse > /dev/null 2>&1 & # wireplumber would allow multiple instances. -EDONOTWANT. pkill wireplumber wireplumber > /dev/null 2>&1 & # configures scaling in its own config kanshi >/dev/null 2>&1 & # for notifications mako >/dev/null 2>&1 & yambar >/dev/null 2>&1 & # Lock screen after 5 minutes; turn off display after another 5 minutes. # # Note that in the context of idle system power management, it is *NOT* a good # idea to turn off displays by 'disabling outputs' for example by # `wlr-randr --output --off` because this re-arranges views # (since a837fef). Instead use a wlr-output-power-management client such as # https://git.sr.ht/~leon_plickat/wlopm swayidle -w \ timeout 300 'swaylock -f -c 222222' \ timeout 600 'wlopm --off \*' \ resume 'wlopm --on \*' \ before-sleep 'swaylock -f -c 442222' >/dev/null 2>&1 &