diff options
Diffstat (limited to 'ratpoison/wp')
-rwxr-xr-x | ratpoison/wp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/wp b/ratpoison/wp index 9ee39f6..4069e77 100755 --- a/ratpoison/wp +++ b/ratpoison/wp @@ -144,7 +144,7 @@ function change { #:: Set the background feh --bg-fill $background - cp $background ~/.wallpaper + convert $background ~/.wallpaper.png & #:: Record the current background set_current $background |