easier screen configuration

This commit is contained in:
Pim Kunis 2023-03-06 23:33:29 +01:00
parent 1c9d92fa81
commit 1cc83940d7
10 changed files with 41 additions and 17 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
#!/bin/bash
autorandr --change && nitrogen --restore

View file

@ -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