add all sway related config in a single package
This commit is contained in:
parent
f28a48967f
commit
0cbc27ac76
17 changed files with 719 additions and 0 deletions
7
sway-all/swayidle/config
Normal file
7
sway-all/swayidle/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
# ~/.config/swayidle/config
|
||||
timeout 300 'swaylock -f'
|
||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||
before-sleep 'swaylock -f'
|
||||
after-resume 'swaymsg "output * dpms on"'
|
||||
unlock 'swaymsg "output * dpms on"'
|
||||
lock 'swaylock -f'
|
Loading…
Add table
Add a link
Reference in a new issue