add script to change screen
This commit is contained in:
parent
0e17da9f9c
commit
e96cfc90b5
4 changed files with 19 additions and 0 deletions
2
roles/i3/files/scripts/home.sh
Executable file
2
roles/i3/files/scripts/home.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP-1 --off --output DP-1 --primary --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off
|
2
roles/i3/files/scripts/mobile.sh
Executable file
2
roles/i3/files/scripts/mobile.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off
|
Reference in a new issue