update monitor orientation + position

This commit is contained in:
♥ Minnie ♥ 2023-07-22 00:13:48 +08:00
parent a08107008f
commit a2b0af2b19

View file

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
# Setup our monitors # Setup our monitors
xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 xrandr --output HDMI-A-0 --rotate right --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --left-of HDMI-A-0
# Apply our wallpaper # Apply our wallpaper
feh --bg-scale ~/dotfiles.nix/assets/chinatown.png feh --bg-scale ~/dotfiles.nix/assets/chinatown.png