easier screen configuration
This commit is contained in:
parent
1c9d92fa81
commit
1cc83940d7
10 changed files with 41 additions and 17 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/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 && nitrogen --restore
|
3
roles/i3/files/scripts/load.sh
Executable file
3
roles/i3/files/scripts/load.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
autorandr --change && nitrogen --restore
|
|
@ -1,2 +0,0 @@
|
|||
#!/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 && nitrogen --restore
|
Reference in a new issue