remove tmux from terminal start
Build/Publish XBPS / build-and-publish (push) Successful in 10s Details

This commit is contained in:
Luca Bilke 2024-04-18 10:24:26 +02:00
parent 55e4c29b30
commit 38d9525f7c
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#define TERM_FLAG_NAME "-n"
#define TERM_FLAG_EXEC "-e"
#define TERM_FLAG_CLASS "-c"
#define TERM_START "tmux"
#define BROWSER "brave-browser"
#define BROWSER_FLAG_INCOG "--incognito"
@ -204,7 +203,7 @@ static const Layout layouts[] = {
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *termcmd[] = { TERM, TERM_FLAG_EXEC, TERM_START, NULL };
static const char *termcmd[] = { TERM, NULL };
#include <X11/XF86keysym.h>
static const Key keys[] = {