From 940545871d154fae47665e58e77d05ab6bdff5c0 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 27 Jul 2026 04:15:53 -0700 Subject: MOD: update fontsize and widget kb --- sowm-config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sowm-config.h') diff --git a/sowm-config.h b/sowm-config.h index b925c08..2850a42 100644 --- a/sowm-config.h +++ b/sowm-config.h @@ -7,6 +7,7 @@ const char* term[] = {"st", 0}; const char* scrot[] = {"scrot", 0}; const char* browser[] = {"st", "links", "https://lite.duckduckgo.com/", 0}; const char* editor[] = {"st", "em", 0}; +const char* sdbw[] = {"sdbw", 0}; static struct key keys[] = { {MOD, XK_q, win_kill, {0}}, @@ -22,6 +23,7 @@ static struct key keys[] = { {MOD, XK_Return, run, {.com = term}}, {MOD, XK_b, run, {.com = browser}}, {MOD, XK_e, run, {.com = editor}}, + {MOD, XK_w, run, {.com = sdbw}}, {MOD, XK_1, ws_go, {.i = 1}}, {MOD|ShiftMask, XK_1, win_to_ws, {.i = 1}}, -- cgit 1.4.1