Update OpenBox
This commit is contained in:
parent
3795c50731
commit
885af4e68d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ options=()
|
|||
items=$(pacman -Ssq openbox)
|
||||
for item in $items; do
|
||||
case $item in
|
||||
"openbox-themes-only") options+=("$item" "" off);;
|
||||
"lxappearance-obconf") options+=("$item" "" off);;
|
||||
*) options+=("$item" "" on);;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue