Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: add binding for sfeed_sync - dwm - [fork] customized build of dwm, t…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 22655a1b73ce223d8137e1b7f9c629c0d0587d11
parent 057aa5489df93ea77b3ac0bef82bff35987f6a86
Author: Anders Damsgaard <[email protected]>
Date: Sun, 15 Nov 2020 08:32:14 +0100
config.h: add binding for sfeed_sync
Diffstat:
M config.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -125,6 +125,7 @@ static const char *topcmd[] = TERMCMD("top", "-…
static const char *mailcmd[] = DUPLEXCMD("mutt");
/* static const char *filecmd[] = TERMCMD("sh", "-c", "cd ~/tmp; ls …
static const char *newscmd[] = DUPLEXCMD("sfeed_curses $HOME/.sfeed/…
+static const char *newsrefreshcmd[] = TERMCMD("sfeed_sync");
static const char *irccmd[] = DUPLEXATTACHCMD("irc", "irc.sh");
static const char *todocmd[] = DUPLEXATTACHCMD("todo", EDITOR " " HO…
static const char *calendarcmd[] = DUPLEXATTACHCMD("calendar", "calendar…
t@@ -235,6 +236,7 @@ static Key keys[] = {
{ MODKEY|ControlMask|ShiftMask, XK_m, spawn, {.v = music…
{ MODKEY|ControlMask, XK_m, spawn, {.v = music…
{ MODKEY, XK_n, spawn, {.v = newsc…
+ { MODKEY|ShiftMask, XK_n, spawn, {.v = newsr…
{ MODKEY|ControlMask|ShiftMask, XK_n, spawn, {.v = mpdne…
{ MODKEY|ControlMask, XK_n, spawn, {.v = mpd_r…
{ MODKEY, XK_o, spawn, {.v = castc…
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.