summaryrefslogtreecommitdiff
path: root/niri/cfg/autostart.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'niri/cfg/autostart.kdl')
-rw-r--r--niri/cfg/autostart.kdl13
1 files changed, 4 insertions, 9 deletions
diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl
index 88032d6..1544ca1 100644
--- a/niri/cfg/autostart.kdl
+++ b/niri/cfg/autostart.kdl
@@ -1,9 +1,7 @@
-// spawn-at-startup "qs" "-c" "noctalia-shell" "--no-duplicate"
-spawn-at-startup "/usr/lib/polkit-kde-authentication-agent-1 &" // Polkit
-spawn-at-startup "swayidle" "-w"\
- "timeout" "300" "swaylock -f"\
- "timeout" "600" "niri msg action power-off-monitors"\
- "resume" "niri msg action power-on-monitors"\
+spawn-at-startup "swayidle" "-w" \
+ "timeout" "600" "swaylock -f" \
+ "timeout" "630" "niri msg action power-off-monitors" \
+ "resume" "niri msg action power-on-monitors" \
"before-sleep" "swaylock -f"
spawn-at-startup "awww-daemon"
@@ -13,6 +11,3 @@ 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"
-
-// For KDE application compatibility
-spawn-at-startup "kded6"