mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-06-24 22:50:44 +02:00
11 lines
540 B
KDL
11 lines
540 B
KDL
// ────────────── Startup Applications ──────────────
|
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#spawn-sh-at-startup
|
|
|
|
spawn-sh-at-startup "qs -c noctalia-shell"
|
|
|
|
// Lock screen after 5 min, turn off monitors after 15 min
|
|
spawn-at-startup "swayidle" "-w"
|
|
"timeout" "300" "qs -c noctalia-shell ipc call lockScreen lock"
|
|
"timeout" "900" "niri msg action power-off-monitors"
|
|
"resume" "niri msg action power-on-monitors"
|