dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fc17348c2aa5799780bbe6d255439912bc980cb8
parent db2fa858691ea79b02efeee4f01d4fb543252bc5
Author: Andrew Laack <andrew@laack.co>
Date:   Sat,  6 Sep 2025 13:15:03 -0500

Updated bindings to be tmux centric :(.

Diffstat:
Mconfig.h | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h @@ -92,7 +92,7 @@ static const char *tmuxcmd[] = {"/home/andrew/bin/tmux.sh", background, foregrou //static const char *attachcmd[] = {"/home/andrew/bin/attach.sh", background, foreground, highlight, NULL}; //static const char *tabbedcmd[] = {"/home/andrew/bin/tabbed.sh", background, foreground, highlight, NULL}; -static const char *abducocmd[] = {"/home/andrew/bin/abduco.sh", background, foreground, highlight, NULL}; +//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}; @@ -117,7 +117,7 @@ static const char *mpvpastecmd[] = {"/home/andrew/bin/mpv.sh", NULL}; //static const char *suspendcmd[] = {"/home/andrew/bin/suspend.sh" , NULL}; -static const char *termcmd[] = {"st", NULL}; +static const char *termcmd[] = {"/home/andrew/bin/terminal.sh", NULL}; //static const char *browsercmd[] = {"xclip -o -sel clipboard | xargs qutebrowser --target window", NULL}; static const char *webbrowsercmd[] = {"qutebrowser", NULL}; @@ -128,9 +128,9 @@ static const Key keys[] = { { MODKEY, XK_o, spawn, {.v = dmenucmd } }, { MODKEY, XK_e, spawn, {.v = endcmd } }, { MODKEY, XK_p, spawn, {.v = passcmd } }, - { MODKEY, XK_a, spawn, {.v = abducocmd } }, + //{ MODKEY, XK_a, spawn, {.v = abducocmd } }, - //{ MODKEY, XK_t, spawn, {.v = tmuxcmd } }, + { MODKEY, XK_t, spawn, {.v = tmuxcmd } }, // I didn't really use this. //{ MODKEY, XK_a, spawn, {.v = attachcmd} }, //{ MODKEY, XK_s, spawn, {.v = searchcmd } },