Update submodules, rewrite small portion of xinitrc for desktop

This commit is contained in:
Salt 2021-02-16 06:07:06 -06:00
parent df195ce40e
commit 0733f165ee
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1773a496ad39fdd3d904679955b39357f3f38442 Subproject commit 88d052b5a9ee3a41364497e1b98f01305d01df35

@ -1 +1 @@
Subproject commit 6ebafe7735a25b7dc39e5e2a4f61ab02210d05cb Subproject commit ef41b54387901f6133f0175a12784e83a5a086d6

View File

@ -21,7 +21,7 @@ case $(hostname) in
vm-*) vm-*)
xrandr --output Virtual-1 --mode 1920x1080 --rate 60 --primary xrandr --output Virtual-1 --mode 1920x1080 --rate 60 --primary
;; ;;
dsk-cstm-0*) dsk-ryzen-0*)
xrandr --output DisplayPort-1 --mode 2560x1440 --rate 144 --primary xrandr --output DisplayPort-1 --mode 2560x1440 --rate 144 --primary
xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360 xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360
;; ;;