diff options
-rwxr-xr-x | Window_Manager/ratpoison/wp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Window_Manager/ratpoison/wp b/Window_Manager/ratpoison/wp index 1f0ef63..1f7a707 100755 --- a/Window_Manager/ratpoison/wp +++ b/Window_Manager/ratpoison/wp @@ -142,7 +142,7 @@ function change { dirname=$(dirname $background) #:: Set the background - feh --bg-fill --xinerama-index 1 $background + feh --bg-fill $background #:: Record the current background set_current $background |