summaryrefslogtreecommitdiffstats
path: root/.config/x11/xinitrc
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-05 21:43:52 +0200
committerJoe <rbo@gmx.us>2025-08-05 21:43:52 +0200
commitfb2fe4d8580ec1a9790b4024cfaef10df92a06c3 (patch)
treeb9bc695f545f414b1bb348229dfc26d5ee935e25 /.config/x11/xinitrc
parentup (diff)
downloaddotfiles-bsd-fb2fe4d8580ec1a9790b4024cfaef10df92a06c3.tar.gz
dotfiles-bsd-fb2fe4d8580ec1a9790b4024cfaef10df92a06c3.tar.bz2
dotfiles-bsd-fb2fe4d8580ec1a9790b4024cfaef10df92a06c3.tar.xz
dotfiles-bsd-fb2fe4d8580ec1a9790b4024cfaef10df92a06c3.tar.zst
dotfiles-bsd-fb2fe4d8580ec1a9790b4024cfaef10df92a06c3.zip
up
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index bea76e8..ffc58a0 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -63,7 +63,8 @@ start_apps() {
}
export LANG='en_US.UTF-8'
-[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \
+[ $host = "mother" ] && xrandr \
+ --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \
--output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \
--output DP-1 --off \
--output DP-2 --off \