diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:34:30 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:34:30 +0200 |
commit | 68fe15297c2813b9d387fa773e8f79f2a31cf6ca (patch) | |
tree | a2a1be7bb98e69e64a40f79dddfa661d401a586a /by_os/Linux/feh | |
parent | 6b404da3b8d3d659ab4065ceff98dafd120618fe (diff) |
feh: bg
Diffstat (limited to 'by_os/Linux/feh')
-rwxr-xr-x | by_os/Linux/feh/.fehbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/by_os/Linux/feh/.fehbg b/by_os/Linux/feh/.fehbg index b12b179..ed4f61d 100755 --- a/by_os/Linux/feh/.fehbg +++ b/by_os/Linux/feh/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --image-bg black --bg-max '/home/pks/image/MIPS-R3000A-die.jpg' +feh --bg-fill '/home/pks/image/MIPS-R3000A-die.jpg' |