Browse Source

switch from cc -> clang and st -> kitty

master
wiebel 4 months ago
parent
commit
237e2bcaa2
  1. 6
      config.h
  2. 3
      config.mk
  3. BIN
      drw.o
  4. BIN
      dwm
  5. BIN
      dwm.o
  6. BIN
      util.o

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

3
config.mk

@ -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.
Loading…
Cancel
Save