3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
swayidle -w timeout 300 'swaylock' timeout 600 'niri msg action power-off-monitors' before-sleep 'swaylock'
|