diff options
| author | ryukamish <[email protected]> | 2026-03-20 23:14:43 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-03-20 23:14:43 +0530 |
| commit | 51b31d6088b45d0f5d2d76913cbce3e2a6b90fee (patch) | |
| tree | a0c403fc59e80c773f0f191e3bf1fb0b89099a52 | |
| parent | a7e9d5eb0dc224be4c9a0fa5a15fce5d2aaa2de3 (diff) | |
chore: autostart applications
| -rw-r--r-- | niri/cfg/autostart.kdl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl index 3554731..87c65db 100644 --- a/niri/cfg/autostart.kdl +++ b/niri/cfg/autostart.kdl @@ -1,6 +1,9 @@ -spawn-at-startup "qs" "-c" "noctalia-shell" "--no-duplicate" +// spawn-at-startup "qs" "-c" "noctalia-shell" "--no-duplicate" spawn-sh-at-startup "/usr/lib/polkit-kde-authentication-agent-1 &" // Polkit spawn-at-startup "swayidle" "-w" \ - "timeout" "300" "'qs' '-c' 'noctalia-shell' 'ipc' 'call' 'lockScreen' 'lock'" \ - "timeout" "305" "'niri' 'msg' 'action' 'power-off-monitors'" \ - "before-sleep" "'qs' '-c' 'noctalia-shell' 'ipc' 'call' 'lockScreen' 'lock'" + "timeout" "300" "swaylock" \ + "timeout" "310" "'niri' 'msg' 'action' 'power-off-monitors'" \ + "before-sleep" "swaylock" + +spawn-at-startup "swww-daemon" +spawn-sh-at-startup "waybar" |
