Introduction
Introduction Statistics Contact Development Disclaimer Help
tRevert "add acme and goat bindings" - dwm - [fork] customized build of dwm, th…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit aa126fc747a5bb69b38bfc34ac321a0cc277592f
parent 3ab504c1a384ecf441982490f614de8aff1c9e58
Author: Anders Damsgaard <[email protected]>
Date: Mon, 15 Nov 2021 17:55:39 +0100
Revert "add acme and goat bindings"
This reverts commit 0b79cf34f09289371c19fb3491ae4645b648679d.
Diffstat:
M config.h | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -8,14 +8,14 @@ static const int topbar = 1; /* 0 means b…
/* 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 col_gray1[] = "#eaffff";
-static const char col_gray2[] = "#99994c";
-static const char col_gray3[] = "#000000";
+static const char col_gray1[] = "#000000";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#ffffff";
static const char col_gray4[] = "#1d1f21";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray1 },
- [SchemeSel] = { col_gray3, col_gray2, col_gray3 },
+ [SchemeSel] = { col_gray1, col_gray3, col_gray3 },
};
/* tagging */
t@@ -95,7 +95,6 @@ static const char *alttermplexcmd[] = ALTTERMCMD("tmux");
static const char *dmenucmd[] = {"dmenu_run", NULL};
static const char *searchcmd[] = {"search", NULL};
-static const char *acmecmd[] = {"ad", NULL};
static const char *articlesearchcmd[] = {"articlesearch", NULL};
static const char *jabbrevcmd[] = {"jabbrev", "-c", NULL};
static const char *unicodecmd[] = {"unicodepick", NULL};
t@@ -213,7 +212,6 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_F7, spawn, {.v = displ…
{ MODKEY, XK_F9, spawn, {.v = showk…
- { MODKEY, XK_a, spawn, {.v = acmec…
{ MODKEY|ShiftMask, XK_a, spawn, {.v = artic…
{ MODKEY|ControlMask|ShiftMask, XK_a, spawn, {.v = mixer…
{ MODKEY|MODALTKEY, XK_b, togglebar, {0} },
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.