From 081bc0a359c029e883d28cb3a5003e74805bf68e Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sat, 20 Dec 2014 16:06:01 +0100 Subject: locking fixed --- pentadactylrc | 2 +- ratpoison/ratpoisonrc.conf | 2 +- vimperatorrc | 9 ++++++--- 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 d map -count -modes=n,v e -builtin map -count -modes=n,v u -builtin u map -count -modes=n,v x -builtin d -map -count -modes=n,v w owikipedia +map -count -modes=n,v w owikilocal map -count -modes=n,v ( H map -count -modes=n,v ) 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 nnoremap e -nnoremap w :openwikipedia +nnoremap w :openwikilocal +nnoremap W :openwikipedia nnoremap x d nnoremap ( H nnoremap ) L +nnoremap gi gi set focuscontent +set gui=nonavigation source! /home/vasko/.vimperatorrc.local -" vim: set ft=vimperator: \ No newline at end of file +" vim: set ft=vimperator: diff --git a/xinitrc b/xinitrc index e9082b6..461511d 100755 --- a/xinitrc +++ b/xinitrc @@ -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 -- cgit v1.2.3-54-g00ecf