Compare commits

..

No commits in common. "987934ee370cdb3b28560ac9903a54c48881fcf8" and "0cfd77fa69c9dbff7c65db8b89977587ff1e72ef" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -346,7 +346,6 @@ layout {
// spawn-at-startup "alacritty" "-e" "fish" // spawn-at-startup "alacritty" "-e" "fish"
//spawn-at-startup "waybar" //spawn-at-startup "waybar"
spawn-at-startup "swaybg" "-i" "images/wallpapers/wallhaven-yxzmog-interstellar.png" spawn-at-startup "swaybg" "-i" "images/wallpapers/wallhaven-yxzmog-interstellar.png"
spawn-at-startup "swayidle" "-w"
spawn-at-startup "wlsunset" "-l" "48.6" "-L" "6.1" spawn-at-startup "wlsunset" "-l" "48.6" "-L" "6.1"
// Uncomment this line to ask the clients to omit their client-side decorations if possible. // Uncomment this line to ask the clients to omit their client-side decorations if possible.
@ -359,7 +358,7 @@ prefer-no-csd
// You can change the path where screenshots are saved. // You can change the path where screenshots are saved.
// A ~ at the front will be expanded to the home directory. // A ~ at the front will be expanded to the home directory.
// The path is formatted with strftime(3) to give you the screenshot date and time. // The path is formatted with strftime(3) to give you the screenshot date and time.
screenshot-path "~/images/screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
// You can also set this to null to disable saving screenshots to disk. // You can also set this to null to disable saving screenshots to disk.
// screenshot-path null // screenshot-path null

View file

@ -1,5 +0,0 @@
timeout 300 "swaylock -f"
timeout 600 "niri msg action power-off-monitors"
lock swaylock
before-sleep "swaylock -f"
after-resume "niri msg action power-on-monitors"