diff options
author | Joe <rbo@gmx.us> | 2024-10-14 16:09:00 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-10-14 16:09:00 +0200 |
commit | d1331d4e2d1de111ca89a46a8e234a5cd8492dc2 (patch) | |
tree | df41ecc90408408c2a1479e295d19b1727ab5347 /.config/x11/xinitrc | |
parent | conkyup (diff) | |
download | dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.gz dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.bz2 dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.xz dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.zst dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.zip |
test
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3d80eab..c904355 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -52,10 +52,11 @@ dunst_shit() { } start_apps() { + [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe startif copyq startif nextcloud startif rclone-browser - startif teams + startif nixGL teams-for-linux startif thunderbird startif firefox } |