aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-01-12 18:31:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-01-12 18:31:52 -0300
commit8cb208b65403c7ec306315b437d1a8def8720728 (patch)
tree6d484ba96d3de38bdb62b358eafd251d777ec920 /share
parent1e13838fa32082933dca5c113fec4af6539f9ece (diff)
downloadkvmx-8cb208b65403c7ec306315b437d1a8def8720728.tar.gz
kvmx-8cb208b65403c7ec306315b437d1a8def8720728.tar.bz2
Fix: provision: debian: openbox: tint2
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/debian/openbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/debian/openbox b/share/provision/debian/openbox
index 0791ea1..821369b 100755
--- a/share/provision/debian/openbox
+++ b/share/provision/debian/openbox
@@ -27,7 +27,7 @@ MIRROR="$3"
APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
# Use a stacked window manager to reduce browser fingerprinting
-$APT_INSTALL openbox gmrun
+$APT_INSTALL openbox gmrun tint2
# Dotfiles configuration
if [ -x "$HOME/apps/metadot/metadot" ]; then