diff options
| author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-05 21:55:33 +0100 | 
|---|---|---|
| committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-05 21:55:33 +0100 | 
| commit | 7054737fbe00234827dbeeab86bc31acf909d414 (patch) | |
| tree | 73d5833534f9f619ee8a40508da0847abb6b7182 | |
| parent | 297a464fa606d0654473c8725b6f69368b1addec (diff) | |
| download | dotfiles-7054737fbe00234827dbeeab86bc31acf909d414.tar.gz dotfiles-7054737fbe00234827dbeeab86bc31acf909d414.tar.bz2 dotfiles-7054737fbe00234827dbeeab86bc31acf909d414.zip | |
fix year
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | config/sxhkd/sxhkdrc | 2 | ||||
| -rw-r--r-- | pentadactylrc | 2 | ||||
| -rw-r--r-- | vimperatorrc | 4 | ||||
| -rwxr-xr-x | xinitrc | 2 | 
5 files changed, 7 insertions, 5 deletions
| @@ -1,7 +1,7 @@  	DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE  		Version 2, December 2004 -Copyright (C) 0x7D Vasil Zlatanov <vasil.zlatanov@gmail.com> +Copyright (C) 0x7DF Vasil Zlatanov <vasil.zlatanov@gmail.com>  Everyone is permitted to copy and distribute verbatim or modified  copies of this license document, and changing it is allowed as long diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 9e0bc58..4d122d2 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -134,7 +134,7 @@ super + s  	skype  super + shift + L -	i3lock -n -i ~/.wallpaper.png -z +	~/.ratpoison/lock  # diff --git a/pentadactylrc b/pentadactylrc index 9c1e688..82bdd61 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -123,7 +123,7 @@ map -count -modes=n,v ( <count>H  map -count -modes=n,v ) <count>L  set autocomplete=  "set defsearch=startpage-https -set defsearch=google +set defsearch=startpage  set editor='rxvt -e sh -c "vim +<line> +\"sil! call cursor(0, <column>)\" <file>"'  set strictfocus=*:despotic diff --git a/vimperatorrc b/vimperatorrc index 9acb7a4..2c0c43d 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -49,9 +49,11 @@ nnoremap x d  nnoremap ( H  nnoremap ) L  nnoremap gi gi<End> +nnoremap a :open<Space>archwiki<Space> +nnoremap A :open<Space>aur<Space>  set focuscontent  set gui=nonavigation  source! /home/vasko/.vimperatorrc.local  " vim: set ft=vimperator: -set defsearch=crypted +set defsearch=startpage @@ -48,7 +48,7 @@ xset m 0 0  xset -b  # Launch locking program -xautolock -detectsleep -locker 'i3lock -i ~/.wallpaper.png -z' -time 11 -corners 0-00 & +xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 &  # Load xterm colors  xrdb -merge ~/.Xresources | 
