added sway window manager config files
This commit is contained in:
parent
6c39f6b5e2
commit
3ce3243346
2 changed files with 271 additions and 0 deletions
6
.config/sway/lockman.sh
Normal file
6
.config/sway/lockman.sh
Normal 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 %%
|
Loading…
Add table
Add a link
Reference in a new issue