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 --- bg.jpef | Bin 376518 -> 0 bytes bg.jpeg | Bin 0 -> 376518 bytes sowm-config.h | 2 ++ st-config.h | 2 +- 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 bg.jpef create mode 100644 bg.jpeg diff --git a/bg.jpef b/bg.jpef deleted file mode 100644 index 0933d32..0000000 Binary files a/bg.jpef and /dev/null differ diff --git a/bg.jpeg b/bg.jpeg new file mode 100644 index 0000000..0933d32 Binary files /dev/null and b/bg.jpeg differ 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}}, diff --git a/st-config.h b/st-config.h index f9fb84a..bee5847 100644 --- a/st-config.h +++ b/st-config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Terminus:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Terminus:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit 1.4.1