Add Openbox in desktop menu
This commit is contained in:
parent
ef8cd3db5d
commit
9f801a394e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
options=()
|
||||
|
||||
items=$(pacman -Sqg openbox)
|
||||
items=$(pacman -Ssq openbox)
|
||||
for item in $items; do
|
||||
options+=("$item" "" on)
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue