dwm

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

commit db2fa858691ea79b02efeee4f01d4fb543252bc5
parent c5348c2247e1f9eff4184696b632e3aafb0a91f8
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Fri,  5 Sep 2025 17:48:09 -0500

Updated keybinds

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

diff --git a/config.h b/config.h @@ -6,7 +6,7 @@ // movestack (move windows up and down the stack. This gives better control) /* appearance */ -static const unsigned int borderpx = 5; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -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}; @@ -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 } },