Minor changes
This commit is contained in:
parent
5607ce7fe7
commit
60db48b298
@ -135,6 +135,7 @@ bar {
|
||||
#height 12
|
||||
status_command i3status --config ~/.i3/i3status.conf
|
||||
font -*-*-*-*-*-*-8-*-*-*-*-*-*-*
|
||||
tray_output HDMI1
|
||||
mode dock
|
||||
modifier $mod
|
||||
colors {
|
||||
|
@ -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
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user