Dotfiles config update (2023-01-17)

This commit is contained in:
q3aql 2023-01-17 17:32:53 +01:00
parent 863f73e332
commit 7867f058e1
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ exec --no-startup-id ~/.config/i3/startxrandr.sh &
exec --no-startup-id "sleep 15 && picom &" exec --no-startup-id "sleep 15 && picom &"
# Configure wallpaper # Configure wallpaper
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/39.png" exec --no-startup-id "sleep 3 && nitrogen --set-zoom-fill ~/wallpapers/gruvbox-arch.png"
# Configure screensaver # Configure screensaver
exec --no-startup-id ~/.config/i3/startscreensaver.sh & exec --no-startup-id ~/.config/i3/startscreensaver.sh &

View File

@ -39,7 +39,7 @@ exec --no-startup-id ~/.config/sway/startwlrrandr.sh &
#exec --no-startup-id "sleep 15 && picom &" #exec --no-startup-id "sleep 15 && picom &"
# Configure wallpaper # Configure wallpaper
exec --no-startup-id "swaybg -i ~/wallpapers/39.png -m fill" exec --no-startup-id "swaybg -i ~/wallpapers/gruvbox-arch.png -m fill"
# Start Screensaver (Also Super+Ctrl+Shift+l to poweroff/start screen) # Start Screensaver (Also Super+Ctrl+Shift+l to poweroff/start screen)
exec --no-startup-id ~/.config/sway/startwlrscreensaver.sh exec --no-startup-id ~/.config/sway/startwlrscreensaver.sh