diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 04:15:53 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 04:15:53 -0700 |
| commit | 940545871d154fae47665e58e77d05ab6bdff5c0 (patch) | |
| tree | 4c7e1b916b8c172bb615f8a606a4fc34f738fa24 /sowm-config.h | |
| parent | d27ef8888e36e2773de0c7257a6bd5345d5684b6 (diff) | |
MOD: update fontsize and widget kb
Diffstat (limited to 'sowm-config.h')
| -rw-r--r-- | sowm-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
| 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}; | |||
| 7 | const char* scrot[] = {"scrot", 0}; | 7 | const char* scrot[] = {"scrot", 0}; |
| 8 | const char* browser[] = {"st", "links", "https://lite.duckduckgo.com/", 0}; | 8 | const char* browser[] = {"st", "links", "https://lite.duckduckgo.com/", 0}; |
| 9 | const char* editor[] = {"st", "em", 0}; | 9 | const char* editor[] = {"st", "em", 0}; |
| 10 | const char* sdbw[] = {"sdbw", 0}; | ||
| 10 | 11 | ||
| 11 | static struct key keys[] = { | 12 | static struct key keys[] = { |
| 12 | {MOD, XK_q, win_kill, {0}}, | 13 | {MOD, XK_q, win_kill, {0}}, |
| @@ -22,6 +23,7 @@ static struct key keys[] = { | |||
| 22 | {MOD, XK_Return, run, {.com = term}}, | 23 | {MOD, XK_Return, run, {.com = term}}, |
| 23 | {MOD, XK_b, run, {.com = browser}}, | 24 | {MOD, XK_b, run, {.com = browser}}, |
| 24 | {MOD, XK_e, run, {.com = editor}}, | 25 | {MOD, XK_e, run, {.com = editor}}, |
| 26 | {MOD, XK_w, run, {.com = sdbw}}, | ||
| 25 | 27 | ||
| 26 | {MOD, XK_1, ws_go, {.i = 1}}, | 28 | {MOD, XK_1, ws_go, {.i = 1}}, |
| 27 | {MOD|ShiftMask, XK_1, win_to_ws, {.i = 1}}, | 29 | {MOD|ShiftMask, XK_1, win_to_ws, {.i = 1}}, |
