#!/bin/sh swaymsg input type:keyboard xkb_switch_layout 0 swayidle timeout 30 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' & swaylock pkill -n swayidle