3 lines
160 B
Bash
3 lines
160 B
Bash
|
|
#!/bin/sh
|
||
|
|
swayidle -w timeout 300 'hyprlock' timeout 500 'niri msg action power-off-monitors' resume 'niri msg action power-on-monitors' before-sleep 'hyplock'
|