diff --git a/.config/sway/config.d/.background.conf b/.config/sway/config.d/.background.conf new file mode 100644 index 0000000..bdfad20 --- /dev/null +++ b/.config/sway/config.d/.background.conf @@ -0,0 +1,3 @@ +# Example +# DO NOT EDIT THIS FILE +# set $background ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg diff --git a/.config/sway/config.d/.idle.conf b/.config/sway/config.d/.idle.conf new file mode 100644 index 0000000..6fb3bc6 --- /dev/null +++ b/.config/sway/config.d/.idle.conf @@ -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' & diff --git a/.config/sway/config.d/.lock.conf b/.config/sway/config.d/.lock.conf new file mode 100644 index 0000000..7dd2f19 --- /dev/null +++ b/.config/sway/config.d/.lock.conf @@ -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