summaryrefslogtreecommitdiff
path: root/niri/cfg/autostart.kdl
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-03 18:17:28 +0530
committerryukamish <[email protected]>2026-06-03 18:17:28 +0530
commitf595b592637d5f9dc76b90f97bbcad200f6a0f72 (patch)
tree500be3c1cb07e635ac1fa857563b239f7b4c0d2d /niri/cfg/autostart.kdl
parent9735eb5c026cc0e1b7c9f3942a22b0290d963fac (diff)
add/fix: variable addition and value changes
Diffstat (limited to 'niri/cfg/autostart.kdl')
-rw-r--r--niri/cfg/autostart.kdl5
1 files changed, 4 insertions, 1 deletions
diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl
index 845b087..db49bbe 100644
--- a/niri/cfg/autostart.kdl
+++ b/niri/cfg/autostart.kdl
@@ -4,4 +4,7 @@ spawn-at-startup "waybar"
spawn-sh-at-startup "wl-paste --type text --watch cliphist store"
spawn-sh-at-startup "wl-paste --type image --watch cliphist store"
-spawn-sh-at-startup "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=niri"
+spawn-sh-at-startup "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORM"
+
+// for dolphin to have a default application to open when double clicked and open with menu populated
+spawn-sh-at-startup "XDG_MENU_PREFIX=arch- kbuildsycoca6 --noincremental"