dotfiles/laptop/.aliases.laptop

14 lines
607 B
Plaintext
Raw Normal View History

2021-05-23 03:00:44 +02:00
#!/usr/bin/env bash
#TODO: Fix dynamic disable and enable (16 was a one time occurence)
2021-05-28 21:01:01 +02:00
# alias disable-touch="xinput set-prop 16 'Device Enabled' 0"
# alias enable-touch ="xinput set-prop 16 'Device Enabled' 1"
2021-05-23 03:00:44 +02:00
2021-05-28 21:01:01 +02:00
alias turnOffScreenHDMI="xrandr --output DP-3 --off"
alias doubleScreenHDMI="xrandr --output DP-3 --mode 1920x1080"
alias extendScreenHDMI="xrandr --output DP-3 --mode 1920x1080 --right-of eDP-1"
alias turnOffScreenUSBC="xrandr --output DP-1 --off"
alias doubleScreenUSBC="xrandr --output DP-1 --mode 1920x1080"
alias extendScreenUSBC="xrandr --output DP-1 --mode 1920x1080 --right-of eDP-1"