]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: provision: debian: openbox: tint2
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jan 2024 21:31:52 +0000 (18:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jan 2024 21:31:52 +0000 (18:31 -0300)
share/provision/debian/openbox

index 0791ea167444f0f007c7fcb2f46acfa57c57a1a0..821369bfbd9f3826424cea1f0df45618104dcfab 100755 (executable)
@@ -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