From 967a1cf86f59107f38af8d8392c1c5aedd8841ee Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 21 Oct 2015 19:19:25 +0100 Subject: misc --- Browser/vimb/config | 18 +++++++++--------- Browser/vimb/config.static | 2 +- News_Aggregator/newsbeuter/config | 2 ++ Window_Manager/ratpoison/ratpoisonrc.conf | 8 ++++---- Xinit/xinitrc | 3 ++- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Browser/vimb/config b/Browser/vimb/config index 09aebd3..d68e2ca 100644 --- a/Browser/vimb/config +++ b/Browser/vimb/config @@ -1,4 +1,4 @@ -set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A +set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10104; rv:37.0) AppleWebKit/600.6.2 (KHTML like Gecko) Version/7.1.4 Safari/600.6.2 Firefox/37.0 set spacial-navigation=true @@ -30,11 +30,11 @@ nmap ) nmap S :set scripts=false r :shellcmd mpv --no-terminal "%s" :set scripts=true -set status-color-bg=#200208 -set status-color-fg=#e08e79 -set status-ssl-color-bg=#200208 -set status-ssl-color-fg=#e08e79 -set completion-bg-active=#200208 -set completion-bg-normal=#200208 -set completion-fg-active=#e05841 -set completion-fg-normal=#e08e79 +set status-color-bg=#170f20 +set status-color-fg=#37c4c8 +set status-ssl-color-bg=#170f20 +set status-ssl-color-fg=#37c4c8 +set completion-bg-active=#170f20 +set completion-bg-normal=#170f20 +set completion-fg-active=#416ca0 +set completion-fg-normal=#37c4c8 diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static index 18025ee..6912791 100644 --- a/Browser/vimb/config.static +++ b/Browser/vimb/config.static @@ -1,4 +1,4 @@ -set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A +set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10104; rv:37.0) AppleWebKit/600.6.2 (KHTML like Gecko) Version/7.1.4 Safari/600.6.2 Firefox/37.0 set spacial-navigation=true diff --git a/News_Aggregator/newsbeuter/config b/News_Aggregator/newsbeuter/config index 2f58d75..84b6227 100644 --- a/News_Aggregator/newsbeuter/config +++ b/News_Aggregator/newsbeuter/config @@ -10,6 +10,8 @@ download-path ~/Downloads max-downloads 2 mark-as-read-on-hover yes +max-items 300 + # Theme color listfocus color0 color3 color listfocus_unread color0 color3 diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index e45ca37..83cc54f 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -296,10 +296,10 @@ alias songinfo exec ratpoison -c "echo Music: `mpc -h 127.0.0.1 | head -1`" definekey top s-space exec mpc -h 127.0.0.1 toggle #&& ratpoison -c 'playinfo' definekey top s-Right exec mpc -h 127.0.0.1 next #&& ratpoison -c "songinfo" definekey top s-Left exec mpc -h 127.0.0.1 prev #&& ratpoison -c "songinfo" -definekey top s-Up exec mpc -h 127.0.0.1 volume 5+ #&& ratpoison -c "volinfo" -definekey top s-w exec mpc -h 127.0.0.1 volume 5+ #&& ratpoison -c "volinfo" -definekey top s-Down exec mpc -h 127.0.0.1 volume 5- #&& ratpoison -c 'volinfo' -definekey top s-r exec mpc -h 127.0.0.1 volume 5- #&& ratpoison -c "volinfo" +definekey top s-Up exec mpc -h 127.0.0.1 volume +5 #&& ratpoison -c "volinfo" +definekey top s-w exec mpc -h 127.0.0.1 volume +5 #&& ratpoison -c "volinfo" +definekey top s-Down exec mpc -h 127.0.0.1 volume -5 #&& ratpoison -c 'volinfo' +definekey top s-r exec mpc -h 127.0.0.1 volume -5 #&& ratpoison -c "volinfo" # Old cmus controls #definekey top s-space exec cmus-remote -u && ratpoison -c "playinfo" diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 180fa23..7c64e75 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -55,7 +55,8 @@ sudo /usr/bin/brightchown #Keyboard Bindings setxkbmap us -variant vaskozl -xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & +#xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & +xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;' & xset r 64 xset r 133 xset r rate 170 60 -- cgit v1.2.3-54-g00ecf