diff options
author | Joe <rbo@gmx.us> | 2025-03-02 20:40:10 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-02 20:40:10 +0100 |
commit | 366c3e76bcce271434213fd79e13a851fadedccf (patch) | |
tree | a178bb6c2839b4e98e835eb5f0fdbe014d5d5f38 /.config/wayland | |
parent | fix (diff) | |
download | dotfiles-bsd-366c3e76bcce271434213fd79e13a851fadedccf.tar.gz dotfiles-bsd-366c3e76bcce271434213fd79e13a851fadedccf.tar.bz2 dotfiles-bsd-366c3e76bcce271434213fd79e13a851fadedccf.tar.xz dotfiles-bsd-366c3e76bcce271434213fd79e13a851fadedccf.tar.zst dotfiles-bsd-366c3e76bcce271434213fd79e13a851fadedccf.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/wayland/init.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/wayland/init.sh b/.config/wayland/init.sh index d83d536..62d90ed 100755 --- a/.config/wayland/init.sh +++ b/.config/wayland/init.sh @@ -1,5 +1,7 @@ #!/bin/sh +source "$HOME"/.config/env + case $(hostname -s) in mother) icon=" " @@ -46,8 +48,9 @@ sleep 1 startif pipewire-pulse sleep 1 startif wireplumber +export QT_QPA_PLATFORM=xcb startif copyq startif nextcloud startif stalonetray -notify-send -u normal 'Welcome' "$icon Welcome back, partner!" firefox & +notify-send -u normal 'welcome' "$icon welcome back, partner!" |