Add postswitch script
This commit is contained in:
parent
0d86041357
commit
c02d6f8990
1 changed files with 8 additions and 0 deletions
8
.config/autorandr/postswitch
Executable file
8
.config/autorandr/postswitch
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
feh --bg-scale --no-fehbg "$HOME/.config/wallpaper"
|
||||||
|
# echo "dwm.accent: $(color-picker $WALLPAPER)" > /tmp/dwm_accent
|
||||||
|
# xrdb -override -merge /tmp/dwm_accent
|
||||||
|
# rm /tmp/dwm_accent
|
||||||
|
# kill -HUP $(pidof dwm)
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue