summaryrefslogtreecommitdiffstats
path: root/.config/wayland
diff options
context:
space:
mode:
Diffstat (limited to '.config/wayland')
-rwxr-xr-x.config/wayland/init.sh5
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!"