From 8cb208b65403c7ec306315b437d1a8def8720728 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 12 Jan 2024 18:31:52 -0300 Subject: Fix: provision: debian: openbox: tint2 --- share/provision/debian/openbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3