From 048b587d2a3748bbfaa7fce7cc6db574ac62c0c6 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 29 Oct 2021 23:57:53 -0400 Subject: Tweak config for demo --- config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index fc2fdb9..5827f5f 100644 --- a/config.h +++ b/config.h @@ -87,8 +87,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", DMENU_FLAGS, NULL }; static const char *ddmenucmd[] = { "ddmenu", DMENU_FLAGS, NULL }; -// static const char *termcmd[] = { "st", NULL }; -static const char *termcmd[] = { "konsole", NULL }; +static const char *termcmd[] = { "st", NULL }; static const char *termcmdLarge[] = { "st", "-f", PROFONT_LARGE, NULL }; static const char *termcmdYuge[] = { "st", "-f", TERMINUS_YUGE, NULL }; static const char *passcmd[] = { "dpw-menu", DMENU_FLAGS, NULL }; @@ -96,8 +95,7 @@ static const char *passcmd_type[] = { "dpw-menu", "--type", DMENU_FLAGS, NULL static const char *passcmd_otp_type[] = { "dpw-menu", "--type", "--otp", DMENU_FLAGS, NULL }; static const char *snip_cmd[] = { "snipmenu", DMENU_FLAGS, NULL }; static const char *screenshot_cmd[] = { "scrot", "-s", "/tmp/screenshot.png", NULL }; -static const char *file_cmd[] = { "dolphin", NULL }; -// static const char *file_cmd[] = { "thunar", NULL }; +static const char *file_cmd[] = { "thunar", NULL }; static const char *slock_cmd[] = { "slock", NULL }; static const char *volup_cmd[] = { "vol", "up", NULL }; static const char *voldn_cmd[] = { "vol", "down", NULL }; -- cgit v1.2.3