From 60db48b2981d86d8bbdfdb80ba02a0507a6b33ab Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 18 Aug 2016 00:58:32 -0400 Subject: [PATCH] Minor changes --- i3/config | 1 + i3/run.sh | 2 +- shells/zshrc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index f4c3f52..8c70553 100644 --- a/i3/config +++ b/i3/config @@ -135,6 +135,7 @@ bar { #height 12 status_command i3status --config ~/.i3/i3status.conf font -*-*-*-*-*-*-8-*-*-*-*-*-*-* + tray_output HDMI1 mode dock modifier $mod colors { diff --git a/i3/run.sh b/i3/run.sh index ad15497..0b9aa5d 100755 --- a/i3/run.sh +++ b/i3/run.sh @@ -44,8 +44,8 @@ if [ "$1" = "boot" ];then /usr/bin/xset s off /usr/bin/xset -dpms /usr/bin/urxvtd -q -f -o + feh --bg-scale $(shuf -n1 <(ls /home/stonewareslord/owncloud/wallpaper/$(hostname))) xinput --set-prop 'Logitech USB Optical Mouse' 'Device Accel Constant Deceleration' 3 - #xinput set-button-map "Logitech USB Optical Mouse" 3 2 1 xmodmap <(echo pointer = 3 2 1) $(which ck-launch-session 2>/dev/null) $(which i3) fi diff --git a/shells/zshrc b/shells/zshrc index ac2da49..ac2ac78 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -432,7 +432,7 @@ k(){ *.lzma) pv $1|tar --lzma -xf - ;; *.xz) pv $1|tar -xJf - ;; *.bz2) bunzip2 $1 ;; - *.rar) rar x $1 ;; + *.rar) unrar x $1 ;; *.gz) gunzip $1 ;; *.zip) unzip $1 ;; *.Z) uncompress $1 ;;