6 lines
115 B
Bash
6 lines
115 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# klevstul :: 26.02.25
|
||
|
|
|
||
|
|
hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|