From b37ff1b7fcedbf16bd6d310945f5efff04484c08 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 15 Sep 2017 10:17:11 +0200 Subject: [PATCH] shell/aliases: updated vnc-temp for using less bandwidth --- shell/aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/aliases.sh b/shell/aliases.sh index d5cad0c..d59f528 100755 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -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 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 screen-off='xset -display :0.0 dpms force off'