diff options
author | Joe <rbo@gmx.us> | 2025-08-29 02:08:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-29 02:08:01 +0200 |
commit | 939e0f0ad15b8f7f7d89e23ffd2577573ee89501 (patch) | |
tree | 9d480ee169424db8b83ed41655cdc2764682c397 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.gz dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.bz2 dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.xz dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.zst dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 43845ac..8c23f02 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -69,7 +69,7 @@ export LANG='en_US.UTF-8' --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 0x0 --rotate normal \ --output DP-5 --off [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ |