From 504a8d0199a93ef05e3211ff7ddab86c48acd3f0 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Tue, 13 Jun 2023 19:11:38 +0200
Subject: [PATCH] switch to new lf wrapper

---
 config.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.h b/config.h
index 922d52a..784b0b2 100644
--- a/config.h
+++ b/config.h
@@ -104,11 +104,11 @@ static const Layout layouts[] = {
 
 /* commands */
 static const char *spqalc[] = { "q", "qalculate-gtk", NULL };
-static const char *spterm[] = { "t", TERMINAL,"-o", "background_opacity=0.8", "--name", "spterm", "-d", "~", NULL };
-static const char *splf[]   = { "l", TERMINAL,"-o", "background_opacity=0.8", "--name", "splf", "-d", "~", "-e", "lf", NULL };
-static const char *sphtop[] = { "h", TERMINAL,"-o", "background_opacity=0.8", "--name", "sphtop", "-e", "htop", NULL };
-static const char *spmix[]  = { "m", TERMINAL,"-o", "background_opacity=0.8", "--name", "spmix", "-e", "pulsemixer", NULL };
-static const char *sphelp[] = { "n", TERMINAL,"-o", "background_opacity=0.8", "--name", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/local/share/dwm/dwm.md | less", NULL };
+static const char *spterm[] = { "t", TERMINAL,"-o", "background_opacity=0.9", "--name", "spterm", "-d", "~", NULL };
+static const char *splf[]   = { "l", TERMINAL,"-o", "background_opacity=0.9", "--name", "splf", "-d", "~", "-e", "lfub", NULL };
+static const char *sphtop[] = { "h", TERMINAL,"-o", "background_opacity=0.9", "--name", "sphtop", "-e", "htop", NULL };
+static const char *spmix[]  = { "m", TERMINAL,"-o", "background_opacity=0.9", "--name", "spmix", "-e", "pulsemixer", NULL };
+static const char *sphelp[] = { "n", TERMINAL,"-o", "background_opacity=0.9", "--name", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/local/share/dwm/dwm.md | less", NULL };
 
 #include <X11/XF86keysym.h>