Minor changes
This commit is contained in:
parent
690b0361ed
commit
6938031075
@ -177,5 +177,5 @@ exec --no-startup-id /usr/bin/shutter --min_at_startup
|
||||
exec --no-startup-id /usr/bin/redshift -l 36.3:-80.3 -t 4000:2000
|
||||
exec --no-startup-id /usr/bin/parcellite
|
||||
exec --no-startup-id /usr/bin/numlockx
|
||||
#exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing /home/stonewareslord/applications/syncthing/syncthing '
|
||||
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/syncthing'
|
||||
# vim: ts=2:sw=2:et
|
||||
|
@ -44,6 +44,9 @@ if [ "$1" = "boot" ];then
|
||||
/usr/bin/xset s off
|
||||
/usr/bin/xset -dpms
|
||||
/usr/bin/urxvtd -q -f -o
|
||||
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
|
||||
if [ "$1" = "screen-lock" ];then
|
||||
|
@ -38,6 +38,8 @@ sv () {
|
||||
elif [[ "$command" == "i" ]]; then
|
||||
echo "Status of $1"
|
||||
service "$1" status
|
||||
else
|
||||
sudo service "$1" "$command"
|
||||
fi
|
||||
shift
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user