commit c5348c2247e1f9eff4184696b632e3aafb0a91f8
parent 3516cfcfb46122e1a2dfc8d26871891a38071a9b
Author: andrew.laack <andrew.laack@imbue.com>
Date: Thu, 4 Sep 2025 02:37:49 -0500
Added rsync cmd then commented it out.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -95,6 +95,7 @@ static const char *tmuxcmd[] = {"/home/andrew/bin/tmux.sh", background, foregrou
//static const char *abducocmd[] = {"/home/andrew/bin/abduco.sh", background, foreground, highlight, NULL};
//static const char *searchcmd[] = {"/home/andrew/bin/search.sh", background, foreground, highlight, NULL};
static const char *zathuracmd[] = {"/home/andrew/bin/zathura.sh", background, foreground, highlight, NULL};
+//static const char *rsynccmd[] = {"/home/andrew/bin/rsync.sh", background, foreground, highlight, NULL};
static const char *musiccmd[] = {"/home/andrew/bin/find-music.sh", "/home/andrew/syncing/music/" , background, foreground, highlight, NULL};
//static const char *rangercmd[] = {"/home/andrew/bin/ranger.sh", "/home/" , background, foreground, highlight, NULL};
static const char *workspacecmd[] = {"/home/andrew/bin/init-screen.sh", background, foreground, highlight, NULL};
@@ -134,6 +135,7 @@ static const Key keys[] = {
//{ MODKEY, XK_a, spawn, {.v = attachcmd} },
//{ MODKEY, XK_s, spawn, {.v = searchcmd } },
{ MODKEY, XK_z, spawn, {.v = zathuracmd } },
+ //{ MODKEY, XK_r, spawn, {.v = rsynccmd } },
{ MODKEY, XK_m, spawn, {.v = musiccmd } },
//{ MODKEY, XK_t, spawn, {.v = tabbedcmd } },
//{ MODKEY, XK_r, spawn, {.v = rangercmd } },