vertical monitor

This commit is contained in:
♥ Minnie ♥ 2025-04-30 13:14:01 +08:00
parent 709f0239c2
commit 2579ddfd54
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

View file

@ -1,10 +1,10 @@
#/bin/bash
# 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 --mode 1920x1080 --rotate left --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
# Apply our wallpaper
feh --bg-center ~/.repositories/nix-config/assets/chinatown.png
feh --bg-center ~/.repositories/nix-config/assets/chinatown.png --bg-center ~/.repositories/nix-config/assets/chinatown-rotated.png
# Disable screen saver and DPMS features
xset s off -dpms