dotfiles/hypr/scripts/xrandr.sh

22 lines
832 B
Bash
Raw Normal View History

#!/bin/bash
2024-11-19 00:36:14 -06:00
# Custom resolution through xrandr (21:9)
2025-02-04 07:23:29 -06:00
xrandr --newmode "2560x1080" 677.75 2560 2784 3064 3568 1080 1083 1093 1188 -hsync +vsync
xrandr --newmode "2560x1080R" 373.00 2560 2608 2640 2720 1080 1083 1093 1144 +hsync -vsync
2024-06-25 04:13:51 -05:00
xrandr --addmode DP-1 2560x1080
2025-02-04 07:23:29 -06:00
xrandr --addmode DP-1 2560x1080R
2024-11-19 00:36:14 -06:00
# 3200x900 suggestion (32:9)
xrandr --newmode "3200x900" 704.50 3200 3472 3824 4448 900 903 913 991 -hsync +vsync
2024-06-25 04:13:51 -05:00
xrandr --addmode DP-1 3200x900
# 3200x1100 suggestion
xrandr --newmode "3200x1100" 863.75 3200 3480 3832 4464 1100 1103 1113 1210 -hsync +vsync
2024-06-25 04:13:51 -05:00
xrandr --addmode DP-1 3200x1100
2024-11-19 00:36:14 -06:00
# 3200x1100 suggestion (21:9)
xrandr --newmode "2100x900" 462.50 2100 2280 2512 2920 900 903 913 991 -hsync +vsync
xrandr --addmode DP-1 2100x900
2024-06-25 04:13:51 -05:00
sleep 2 && xrandr --output DP-1 --primary # Set primary monitor for xwayland