added sway window manager config files

This commit is contained in:
Mike G 2023-11-09 20:35:01 -05:00
parent 6c39f6b5e2
commit 3ce3243346
2 changed files with 271 additions and 0 deletions

6
.config/sway/lockman.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
swayidle \
timeout 10 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' &
swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png
kill %%