switch from cc -> clang and st -> kitty
This commit is contained in:
parent
dd2982678b
commit
237e2bcaa2
6
config.h
6
config.h
@ -281,8 +281,10 @@ static const char *dmenucmd[] = {
|
||||
"-sf", selfgcolor,
|
||||
NULL
|
||||
};
|
||||
static const char *termcmd[] = { "st", NULL };
|
||||
static const char *tmuxcmd[] = { "st", "-c", "st-tmux", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL };
|
||||
//static const char *termcmd[] = { "st", NULL };
|
||||
//static const char *tmuxcmd[] = { "st", "-c", "st-tmux", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL };
|
||||
static const char *termcmd[] = { "kitty", NULL };
|
||||
static const char *tmuxcmd[] = { "kitty", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL };
|
||||
// static const char scratchpadname[] = "tilda";
|
||||
/* static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; */
|
||||
// static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-c", "st-tilda", "-g", "180x18", "-e", "tmux", "new-session", "-A", "-s", "tilda", NULL };
|
||||
|
@ -67,4 +67,5 @@ LDFLAGS = -flto ${LIBS}
|
||||
#LDFLAGS = ${LIBS}
|
||||
|
||||
# compiler and linker
|
||||
CC = cc
|
||||
#CC = cc
|
||||
CC = clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user