Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd binding for calendar preview - dwm - [fork] customized build of dwm, the d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit f46f869371db54aab831b5e4893d6f6ac42fdba3
parent 5867b3e5ef15997eaa88ad17ca936e4176444a89
Author: Anders Damsgaard <[email protected]>
Date: Thu, 25 Jun 2020 10:12:39 +0200
Add binding for calendar preview
Diffstat:
M config.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -113,7 +113,7 @@ static const char *printscreencmd[] = {"maimfull", NULL…
static const char *printscreenicmd[] = {"maimpick", NULL};
static const char *keyboardlayoutcmd[] = {"keyboard-layout-switch.sh", NULL};
static const char *torbrowsercmd[] = {"tor-browser", NULL};
-static const char *calshowcmd[] = {"calendar", "-A", "0", "|", "notify"…
+static const char *showcalcmd[] = {"showcalendar", NULL};
static const char *browsercmd[] = {BROWSER, HOME "/doc/bookmark.html", …
static const char *journalcmd[] = TERMCMD("tmux-journal.sh");
t@@ -166,14 +166,15 @@ static Key keys[] = {
{ MODKEY|ControlMask|ShiftMask, XK_a, spawn, {.v = mixer…
{ MODKEY|MODALTKEY, XK_b, togglebar, {0} },
{ MODKEY|ControlMask|ShiftMask, XK_b, spawn, {.v = mpdpr…
- { MODKEY, XK_c, spawn, {.v = calen…
- { MODKEY|ShiftMask, XK_c, spawn, {.v = showc…
+ { MODKEY, XK_c, spawn, {.v = showc…
+ { MODKEY|ShiftMask, XK_c, spawn, {.v = calen…
{ MODKEY, XK_d, spawn, {.v = todoc…
{ MODKEY|ShiftMask, XK_d, spawn, {.v = journ…
{ MODKEY, XK_f, zoom, {0} },
{ MODKEY|ShiftMask, XK_f, togglefloating, {0} },
{ MODKEY, XK_h, setmfact, {.f = -0.05…
- { MODKEY, XK_i, spawn, {.v = irccm…
+ { MODKEY, XK_i, spawn, {.v = showc…
+ { MODKEY|ShiftMask, XK_i, spawn, {.v = irccm…
{ MODKEY, XK_j, focusstack, {.i = +1 } …
{ MODKEY|ShiftMask, XK_j, incnmaster, {.i = +1 } …
{ MODKEY, XK_k, focusstack, {.i = -1 } …
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.