6 lines
69 B
Bash
6 lines
69 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
apps+=(
|
||
|
["Reload Hyprland"]="hyprctl reload"
|
||
|
)
|