diff options
author | joe <rbo@gmx.us> | 2025-10-02 22:51:45 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-02 22:51:45 +0200 |
commit | ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a (patch) | |
tree | fa705bbb72ea1bcfa24ad6831105b1c7699542d7 /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a.tar.gz dotfiles-bsd-ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a.tar.bz2 dotfiles-bsd-ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a.tar.xz dotfiles-bsd-ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a.tar.zst dotfiles-bsd-ecff953f9e9ba6a3eb2c9e3567e7d8d5b26a091a.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 0bca187..e305d51 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -52,7 +52,7 @@ start_apps() { } export LANG='en_US.UTF-8' -[ $host = "mother" ] && "$HOME"/.local/bin/scr2 +[ $host = "mother" ] && "$HOME"/.local/bin/scr3 [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ --output HDMI-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal \ @@ -79,6 +79,6 @@ startif picom cd "$HOME" xrdb "$HOME"/.config/x11/xresources start_apps & -herbe "$icon welcome back, partner!" & +herbe "$icon welcome back, partner!" & [ $host = "po-rbo" ] && exec dbus-run-session dwm |