mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(i3): wrong wallpaper path
This commit is contained in:
parent
244da2546e
commit
c50e6ed267
2 changed files with 2 additions and 2 deletions
|
|
@ -370,7 +370,7 @@ exec --no-startup-id pulseeffects --gapplication-service
|
|||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Wallpaper
|
||||
exec_always "feh --bg-fill ~/Pictures/wallpaper-2.jpg"
|
||||
exec_always "feh --bg-fill ~/Pictures/wallpaper.jpg"
|
||||
|
||||
# Picom
|
||||
exec picom
|
||||
|
|
|
|||
|
|
@ -581,7 +581,7 @@ exec --no-startup-id pulseeffects --gapplication-service
|
|||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Wallpaper
|
||||
exec_always "feh --bg-fill ~/Pictures/wallpaper-2.jpg"
|
||||
exec_always "feh --bg-fill ~/Pictures/wallpaper.jpg"
|
||||
|
||||
# Picom
|
||||
exec picom
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue