From db49b2007fcba0bd33a6453ad3ce5d5a3d8ed077 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 31 Oct 2016 00:58:43 +0000 Subject: disable javascript by default --- Browser/vimb/config.static | 2 +- Editor/vim/bundle/syntastic | 2 +- Editor/vim/bundle/ultisnips | 2 +- Editor/vim/bundle/vim-snippets | 2 +- Editor/vim/bundle/vim-surround | 2 +- Window_Manager/ratpoison/wp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static index af7c4c9..d670e39 100644 --- a/Browser/vimb/config.static +++ b/Browser/vimb/config.static @@ -1,6 +1,6 @@ set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 -set scripts=true +set scripts=false set spacial-navigation=true diff --git a/Editor/vim/bundle/syntastic b/Editor/vim/bundle/syntastic index 8e67278..e84f80a 160000 --- a/Editor/vim/bundle/syntastic +++ b/Editor/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 8e672780e76c0a774b7fe834eed9652ccd684c24 +Subproject commit e84f80a68ae7a5b03995ad712f8fbdc8483f0fd8 diff --git a/Editor/vim/bundle/ultisnips b/Editor/vim/bundle/ultisnips index c3a0924..71c3972 160000 --- a/Editor/vim/bundle/ultisnips +++ b/Editor/vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit c3a0924b777dbba2f8612950bd8f8a00df18d1bf +Subproject commit 71c39721de9cb2d67478e8b8c1a543e006fb67df diff --git a/Editor/vim/bundle/vim-snippets b/Editor/vim/bundle/vim-snippets index 59cc3ec..19a8f53 160000 --- a/Editor/vim/bundle/vim-snippets +++ b/Editor/vim/bundle/vim-snippets @@ -1 +1 @@ -Subproject commit 59cc3ecc795d1b48910f474df732b4218bdc20c8 +Subproject commit 19a8f5386b65832b1705b0ffd02d20dea9400b8b diff --git a/Editor/vim/bundle/vim-surround b/Editor/vim/bundle/vim-surround index 772ab95..e49d6c2 160000 --- a/Editor/vim/bundle/vim-surround +++ b/Editor/vim/bundle/vim-surround @@ -1 +1 @@ -Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a +Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313 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 -- cgit v1.2.3-54-g00ecf