add command for turning off snd screen

master
Oystein Kristoffer Tveit 2021-05-28 00:15:28 +02:00
parent e06bcdf137
commit d490c46d95
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@
alias disable-touch="xinput set-prop 16 'Device Enabled' 0"
alias enable-touch="xinput set-prop 16 'Device Enabled' 1"
alias singleScreen="xrandr --output DP-3 --off"
alias doubleScreen="xrandr --output DP-3 --mode 1920x1080"
alias exScreen="xrandr --output DP-3 --mode 1920x1080 --right-of eDP-1"
alias extendScreen="xrandr --output DP-3 --mode 1920x1080 --right-of eDP-1"