diff options
Diffstat (limited to 'Window_Manager/ratpoison/wp')
-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 1f7a707..1f0ef63 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 $background + feh --bg-fill --xinerama-index 1 $background #:: Record the current background set_current $background |