diff options
-rw-r--r-- | pentadactylrc | 2 | ||||
-rw-r--r-- | ratpoison/ratpoisonrc.conf | 2 | ||||
-rw-r--r-- | vimperatorrc | 9 | ||||
-rwxr-xr-x | xinitrc | 11 |
4 files changed, 11 insertions, 13 deletions
diff --git a/pentadactylrc b/pentadactylrc index 50e55cc..9c1e688 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -118,7 +118,7 @@ map -count -modes=n,v d -builtin <count>d map -count -modes=n,v e -builtin <count><C-u> map -count -modes=n,v u -builtin <count>u map -count -modes=n,v x -builtin <count>d -map -count -modes=n,v w <count>owikipedia<Space> +map -count -modes=n,v w <count>owikilocal<Space> map -count -modes=n,v ( <count>H map -count -modes=n,v ) <count>L set autocomplete= diff --git a/ratpoison/ratpoisonrc.conf b/ratpoison/ratpoisonrc.conf index 45cc7ed..9d9ecd8 100644 --- a/ratpoison/ratpoisonrc.conf +++ b/ratpoison/ratpoisonrc.conf @@ -202,7 +202,7 @@ alias paneltoggle exec ~/.ratpoison/paneltoggle -addhook key bordscript +#addhook key bordscript definekey top s-b bordtoggle definekey top s-p paneltoggle diff --git a/vimperatorrc b/vimperatorrc index 4d11833..5d93fc0 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -1,4 +1,4 @@ -"3.8.2 (created: 2014/02/13 23:52:43) +"3.8.3 (created: 2014/11/09 13:19:01) highlight Bell border: none; background-color: #586E75; highlight Boolean color: #DC322F; @@ -43,11 +43,14 @@ nnoremap l gt nnoremap h gT nnoremap s <C-d> nnoremap e <C-u> -nnoremap w :open<Space>wikipedia<Space> +nnoremap w :open<Space>wikilocal<Space> +nnoremap W :open<Space>wikipedia<Space> nnoremap x d nnoremap ( H nnoremap ) L +nnoremap gi gi<End> set focuscontent +set gui=nonavigation source! /home/vasko/.vimperatorrc.local -" vim: set ft=vimperator:
\ No newline at end of file +" vim: set ft=vimperator: @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +!/usr/bin/env bash # Inspiration: # http://www.desertsol.com/~kevin/ratpoison/ ratpoison_dir=$HOME/.ratpoison @@ -39,16 +39,11 @@ nitrogen --restore setxkbmap us -variant colemak xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & xset r 64 -xset r rate 200 30 +xset r rate 180 40 xset m 0 0 -#Mount some stuff -pmount sda1 & -pmount sda5 & -pmount sda6 & - # Launch locking program -#xautolock -detectsleep -locker i3lock -time 11 -corners 0-00 & +xautolock -detectsleep -locker 'i3lock -i ~/Pictures/1440.png' -time 11 -corners 0-00 & # Load xterm colors xrdb -merge ~/.Xresources |