mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
wallpaper: make awesome trigger a reload of the wallpaper on start
That's because we also want to update the wallpaper on xrandr changes.
This commit is contained in:
parent
a528e2f242
commit
ab8aea8a55
2 changed files with 1 additions and 1 deletions
1
rc.lua
1
rc.lua
|
@ -43,6 +43,7 @@ os.execute("mkdir -p " .. awful.util.getdir("cache"))
|
|||
|
||||
-- Setup xsettings
|
||||
os.execute("~/.config/awesome/bin/xsettingsd-setup")
|
||||
os.execute("systemctl --user start --no-block wallpaper@$(systemd-escape -- ${DISPLAY%.0})")
|
||||
|
||||
-- Global configuration
|
||||
modkey = "Mod4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue