diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 2dfb010..01d77f0 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -17,8 +17,6 @@ $(xrandr --listproviders | grep -q "modesetting") && xrandr --setprovideroutputs xrandr \ --dpi 96 \ ---output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal \ ---output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \ --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output DVI-I-1-1 --mode 1920x1080 --pos 3280x0 --rotate normal \