Added example files
This commit is contained in:
parent
f24c1de879
commit
eb6cb180ee
3 changed files with 15 additions and 0 deletions
3
.config/sway/config.d/.background.conf
Normal file
3
.config/sway/config.d/.background.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
# set $background ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg
|
9
.config/sway/config.d/.idle.conf
Normal file
9
.config/sway/config.d/.idle.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
# exec swayidle -w \
|
||||
timeout 300 '$lock_command' \
|
||||
timeout 301 'swaymsg "output * dpms off"' \
|
||||
timeout 360 'systemctl suspend' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'playerctl -a pause' \
|
||||
before-sleep '$lock_command' &
|
3
.config/sway/config.d/.lock.conf
Normal file
3
.config/sway/config.d/.lock.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
# set $lock_command swaylock -e -F -i ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg
|
Loading…
Reference in a new issue