speciaal voor julse
authorMart Lubbers <mart@martlubbers.net>
Tue, 10 Mar 2015 12:01:48 +0000 (13:01 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 10 Mar 2015 12:01:48 +0000 (13:01 +0100)
.bashrc
.config/i3/bar
.config/i3/config
.vim/spell/en.utf-8.add [new file with mode: 0644]
.vim/spell/en.utf-8.add.spl [new file with mode: 0644]

diff --git a/.bashrc b/.bashrc
index c4f4ed2..2301b5e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -14,12 +14,6 @@ export HISTCONTROL=ignoreboth
 
 export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass
 
-export PATH=\
-$PATH:\
-/usr/local/texlive/2014/bin/x86_64-linux:\
-/opt/clean/bin
-
-
 alias ls='ls --color=auto'
 alias grep='grep --color=auto'
 alias vi=vim
index 30e24ce..69458dd 100755 (executable)
@@ -12,8 +12,8 @@ battery(){
 }
 
 volume(){
-       mixer=$(amixer | head -5 | tail -1)
-       echo $mixer | grep "\[on\]" || mute="(M)"
+       mixer=$(amixer 2>&1 | head -5 | tail -1)
+       echo $mixer | grep -q "\[on\]" || mute="(M)"
        volume=$(echo $mixer | grep -Po "(?<=\[)[0-9]{1,3}%")
        echo -n "vol: $volume$mute"
 }
index d8297cc..0224718 100644 (file)
@@ -11,9 +11,8 @@
 
 set $mod Mod4
 
-exec setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt -option grp:menu_toggle
 exec xautolock -locker 'i3lock -c ccff00'
-exec convert -size 1600x900 plasma:fractal -colorspace Gray -modulate 20,100,10 png:- | display -window root
+exec convert -size 1600x900 plasma:fractal -modulate 20,100,10 png:- | display -window root
 exec netctltray
 
 bindsym XF86AudioLowerVolume exec amixer set Master 5-
@@ -45,7 +44,7 @@ bindsym $mod+b exec uzbl-browser
 bindsym $mod+l exec xautolock -locknow
 
 # kill focused window
-bindsym $mod+Shift+apostrophe kill
+bindsym $mod+Shift+quotedbl kill
 
 # start dmenu (a program launcher)
 bindsym $mod+e exec dmenu_run
diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add
new file mode 100644 (file)
index 0000000..5958b19
--- /dev/null
@@ -0,0 +1,12 @@
+RSS
+Hyperleap
+subjectual
+backend
+permalink
+metadata
+deeplink
+subword
+cyclicity
+frontend
+GUID
+XSD
diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl
new file mode 100644 (file)
index 0000000..bf2fcda
Binary files /dev/null and b/.vim/spell/en.utf-8.add.spl differ