#!/bin/sh swayidle \ timeout 10 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' & swaylock -e -F -i ~/Wallpapers/orangeMountains.png kill %%