diff options
author | Joe <rbo@gmx.us> | 2025-03-03 10:44:34 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-03 10:44:34 +0100 |
commit | 3cc594b0322507b7df42a9f8177925fdf2f035c3 (patch) | |
tree | 908e690cc7e3e9984315da890c822cc4a9ff0d46 /.config/x11 | |
parent | up (diff) | |
download | dotfiles-bsd-3cc594b0322507b7df42a9f8177925fdf2f035c3.tar.gz dotfiles-bsd-3cc594b0322507b7df42a9f8177925fdf2f035c3.tar.bz2 dotfiles-bsd-3cc594b0322507b7df42a9f8177925fdf2f035c3.tar.xz dotfiles-bsd-3cc594b0322507b7df42a9f8177925fdf2f035c3.tar.zst dotfiles-bsd-3cc594b0322507b7df42a9f8177925fdf2f035c3.zip |
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 2b73786..0d3a577 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -103,4 +103,4 @@ xrdb "$HOME"/.config/x11/xresources start_apps & notify-send -u normal 'Welcome' "$icon Welcome back, partner!" -[ $host = "po-rbo" ] && exec dwm +[ $host = "po-rbo" ] && exec dbus-run-session dwm |