From: Mart Lubbers Date: Tue, 10 Mar 2015 12:01:48 +0000 (+0100) Subject: speciaal voor julse X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=882931494724e5b2c6ff98ec1bb6bd9398c5074f;p=dotfiles.git speciaal voor julse --- diff --git a/.bashrc b/.bashrc index c4f4ed2..2301b5e 100644 --- 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 diff --git a/.config/i3/bar b/.config/i3/bar index 30e24ce..69458dd 100755 --- a/.config/i3/bar +++ b/.config/i3/bar @@ -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" } diff --git a/.config/i3/config b/.config/i3/config index d8297cc..0224718 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 index 0000000..5958b19 --- /dev/null +++ b/.vim/spell/en.utf-8.add @@ -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 index 0000000..bf2fcda Binary files /dev/null and b/.vim/spell/en.utf-8.add.spl differ