diff options
author | Joe <rrbo@proton.me> | 2022-10-14 19:04:42 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-10-14 19:04:42 +0200 |
commit | cd7b69b9bf24526c0516556ef207fcb408ea6776 (patch) | |
tree | 8eafb394a1da1b088b1bf692c32197c6a3a87e3c /.config/x11/xinitrc | |
parent | cool (diff) | |
download | dotfiles-bsd-cd7b69b9bf24526c0516556ef207fcb408ea6776.tar.gz dotfiles-bsd-cd7b69b9bf24526c0516556ef207fcb408ea6776.tar.bz2 dotfiles-bsd-cd7b69b9bf24526c0516556ef207fcb408ea6776.tar.xz dotfiles-bsd-cd7b69b9bf24526c0516556ef207fcb408ea6776.tar.zst dotfiles-bsd-cd7b69b9bf24526c0516556ef207fcb408ea6776.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 836160c..460e680 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -6,6 +6,7 @@ startif() { export LANG='en_US.UTF-8' pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 +xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal --output eDP-1 --mode 1920x1080 --pos 0x1024 --rotate normal --output DP-1 --mode 1280x1024 --pos 640x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 4480x347 --rotate normal "$HOME"/.local/bin/setwp "$HOME"/.local/bin/kb xset s off |