mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
shell/aliases: updated vnc-temp for using less bandwidth
This commit is contained in:
parent
5f425713a8
commit
b37ff1b7fc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue