From 7867f058e19c4aac8f9b00fdf4d357b4526a8fcd Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 17 Jan 2023 17:32:53 +0100 Subject: [PATCH] Dotfiles config update (2023-01-17) --- .config/i3/config.gruvbox | 2 +- .config/sway/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.gruvbox b/.config/i3/config.gruvbox index 911db0f..42d7e81 100644 --- a/.config/i3/config.gruvbox +++ b/.config/i3/config.gruvbox @@ -45,7 +45,7 @@ exec --no-startup-id ~/.config/i3/startxrandr.sh & exec --no-startup-id "sleep 15 && picom &" # 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 exec --no-startup-id ~/.config/i3/startscreensaver.sh & diff --git a/.config/sway/config b/.config/sway/config index 1952265..2b836e7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -39,7 +39,7 @@ exec --no-startup-id ~/.config/sway/startwlrrandr.sh & #exec --no-startup-id "sleep 15 && picom &" # 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) exec --no-startup-id ~/.config/sway/startwlrscreensaver.sh