diff options
author | Joe <rbo@gmx.us> | 2025-08-19 20:39:23 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-19 20:39:23 +0200 |
commit | 78c8c604882568baf1be0c4d8cb89f1a5b5dc59f (patch) | |
tree | dc15dce02a08e99a03afb1d21092bf2c3f343ab0 /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-78c8c604882568baf1be0c4d8cb89f1a5b5dc59f.tar.gz dotfiles-bsd-78c8c604882568baf1be0c4d8cb89f1a5b5dc59f.tar.bz2 dotfiles-bsd-78c8c604882568baf1be0c4d8cb89f1a5b5dc59f.tar.xz dotfiles-bsd-78c8c604882568baf1be0c4d8cb89f1a5b5dc59f.tar.zst dotfiles-bsd-78c8c604882568baf1be0c4d8cb89f1a5b5dc59f.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 59b01e8..782f441 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -65,11 +65,11 @@ start_apps() { export LANG='en_US.UTF-8' [ $host = "mother" ] && xrandr \ --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \ + --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --off \ + --output DP-4 --mode 1680x1050 --pos 1920x0 --rotate normal \ --output DP-5 --off # --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ [ $host = "po-rbo" ] && xrandr \ |