Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: call tardis(1) with -c option - dwm - [fork] customized build of dwm…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 42d2d6cb4b4096dd12e641f8fda4bac7bd52a5fb
parent 136bd5f458aa377602912a13b471f6b4a73e5905
Author: Anders Damsgaard <[email protected]>
Date: Sun, 21 Feb 2021 21:20:30 +0100
config.h: call tardis(1) with -c option
Diffstat:
M config.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -5,9 +5,9 @@ static const unsigned int borderpx = 2; /* border pixe…
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "dina:size=9:antialias=false" };
+/* static const char *fonts[] = { "dina:size=9:antialias=false" }; */
/* static const char *fonts[] = { "terminus:size=12" }; */
-/* static const char *fonts[] = { "pragmatapro:size=11" }; */
+static const char *fonts[] = { "pragmatapro:size=11" };
static const char col_gray1[] = "#000000";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#ffffff";
t@@ -118,7 +118,7 @@ static const char *torbrowsercmd[] = {"tor-browser", N…
static const char *showcalcmd[] = {"showcalendar", NULL};
static const char *mancmd[] = {"manpick", NULL};
static const char *weathercmd[] = {"weather", NULL};
-static const char *memeselectcmd[] = {"tardis", NULL};
+static const char *memeselectcmd[] = {"tardis", "-c", NULL};
static const char *browsercmd[] = {BROWSER, HOME "/doc/bookmark.html", …
static const char *journalcmd[] = TERMCMD("tmux-journal.sh");
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.