remove tmux from terminal start
Build/Publish XBPS / build-and-publish (push) Successful in 10s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 10s
Details
This commit is contained in:
parent
55e4c29b30
commit
38d9525f7c
3
config.h
3
config.h
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue