switch from cc -> clang and st -> kitty

This commit is contained in:
wiebel 2024-07-29 12:47:48 +02:00
parent dd2982678b
commit 237e2bcaa2
6 changed files with 6 additions and 3 deletions

View File

@ -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 };

View File

@ -67,4 +67,5 @@ LDFLAGS = -flto ${LIBS}
#LDFLAGS = ${LIBS}
# compiler and linker
CC = cc
#CC = cc
CC = clang

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.