diff options
author | Joe <rbo@gmx.us> | 2025-08-05 21:43:09 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-05 21:43:14 +0200 |
commit | c3721f756788ba3d725643f13167e579f1faa429 (patch) | |
tree | a47d17e8cd42bb2541d762315a0e8e7263a9ce15 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-c3721f756788ba3d725643f13167e579f1faa429.tar.gz dotfiles-bsd-c3721f756788ba3d725643f13167e579f1faa429.tar.bz2 dotfiles-bsd-c3721f756788ba3d725643f13167e579f1faa429.tar.xz dotfiles-bsd-c3721f756788ba3d725643f13167e579f1faa429.tar.zst dotfiles-bsd-c3721f756788ba3d725643f13167e579f1faa429.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
-rw-r--r-- | .config/x11/xinitrc | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 61df289..72ba994 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - monitor = 0 + monitor = 2 follow = none width = (200, 800) origin = top-right diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3504d29..bea76e8 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -63,13 +63,14 @@ start_apps() { } export LANG='en_US.UTF-8' -[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 3360x0 --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 \ --output DP-3 --off \ - --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ + --output DP-4 --off \ --output DP-5 --off + # --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ --output HDMI-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal \ |