diff --git a/config.h b/config.h index eb9ffd1..1d7034f 100644 --- a/config.h +++ b/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 }; diff --git a/config.mk b/config.mk index 0b119af..c13bbe0 100644 --- a/config.mk +++ b/config.mk @@ -67,4 +67,5 @@ LDFLAGS = -flto ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = cc +#CC = cc +CC = clang diff --git a/drw.o b/drw.o index 4355fba..bf374bb 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index d76ee6e..37461bc 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 121f1aa..5001443 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index a11e0c1..d1add1d 100644 Binary files a/util.o and b/util.o differ