9 lines
154 B
Bash
9 lines
154 B
Bash
#!/usr/bin/env bash
|
|
|
|
apps+=(
|
|
["LibreWolf"]="librewolf"
|
|
["Epiphany"]="epiphany"
|
|
["Dolphin"]="dolphin"
|
|
["Gwenview"]="gwenview"
|
|
["Konsole"]="konsole"
|
|
)
|