mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
if ! pidof sxhkd > /dev/null;then
|
|
sxhkd &
|
|
fi
|
|
|