shell/aliases: updated vnc-temp for using less bandwidth

This commit is contained in:
Felix Buehler 2017-09-15 10:17:11 +02:00
parent 5f425713a8
commit b37ff1b7fc

View file

@ -86,7 +86,7 @@ alias shuttle='sshuttle --dns -r uberspace 0/0'
alias backup='sudo borgmatic -v 1 && echo $(date +"%Y%m%d") > ~/.borgbackup.log' alias backup='sudo borgmatic -v 1 && echo $(date +"%Y%m%d") > ~/.borgbackup.log'
alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd' alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1'
alias notify='notify-send Terminal "Process has been finished"' alias notify='notify-send Terminal "Process has been finished"'
alias screen-off='xset -display :0.0 dpms force off' alias screen-off='xset -display :0.0 dpms force off'