Minor changes

This commit is contained in:
Austen Adler 2016-08-18 00:58:32 -04:00
parent 5607ce7fe7
commit 60db48b298
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1
3 changed files with 3 additions and 2 deletions

View File

@ -135,6 +135,7 @@ bar {
#height 12
status_command i3status --config ~/.i3/i3status.conf
font -*-*-*-*-*-*-8-*-*-*-*-*-*-*
tray_output HDMI1
mode dock
modifier $mod
colors {

View File

@ -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

View File

@ -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 ;;