diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-10-31 00:58:43 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-10-31 00:58:43 +0000 |
commit | db49b2007fcba0bd33a6453ad3ce5d5a3d8ed077 (patch) | |
tree | 293745bb5b98c30bd61b5f99fc1a4282e920b9f1 /Window_Manager/ratpoison/wp | |
parent | 7c1745c301633de339c5888f32097d828be5a776 (diff) | |
download | dotfiles-db49b2007fcba0bd33a6453ad3ce5d5a3d8ed077.tar.gz dotfiles-db49b2007fcba0bd33a6453ad3ce5d5a3d8ed077.tar.bz2 dotfiles-db49b2007fcba0bd33a6453ad3ce5d5a3d8ed077.zip |
disable javascript by default
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 |