Skip to content

Commit 1114b94

Browse files
committed
Distinguish dwm-launched tmux server from default
1 parent 57be8d9 commit 1114b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static const char *dmenucmd[] =
102102
, "-sf" , COL_BRIGHT_ZB_GREEN
103103
, NULL
104104
};
105-
static const char *termcmd_st_tm[] = { "st", "-e", "tmux", NULL };
105+
static const char *termcmd_st_tm[] = { "st", "-e", "tmux", "-L", "dwm", NULL };
106106
static const char *termcmd_st[] = { "st", NULL };
107107

108108
static Key keys[] = {

0 commit comments

Comments
 (0)