home: bspwm: feh: use --no-fehbg
This commit is contained in:
parent
b76d0faf01
commit
b3e0934e60
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
enable = true;
|
||||
startupPrograms = [
|
||||
"pgrep -x sxhkd > /dev/null || sxhkd"
|
||||
"pgrep -x feh > /dev/null || feh --bg-fill ~/.local/share/backgrounds/aqua.png"
|
||||
"pgrep -x feh > /dev/null || feh --no-fehbg --bg-fill ~/.local/share/backgrounds/aqua.png"
|
||||
];
|
||||
monitors = {
|
||||
eDP-1 = ["I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" "X"];
|
||||
|
|
Loading…
Reference in a new issue