diff options
| -rw-r--r-- | bg.jpeg (renamed from bg.jpef) | bin | 376518 -> 376518 bytes | |||
| -rw-r--r-- | sowm-config.h | 2 | ||||
| -rw-r--r-- | st-config.h | 2 |
3 files changed, 3 insertions, 1 deletions
| diff --git a/bg.jpef b/bg.jpeg index 0933d32..0933d32 100644 --- a/bg.jpef +++ b/bg.jpeg | |||
| Binary files 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}; | |||
| 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}}, |
| 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 @@ | |||
| 5 | * | 5 | * |
| 6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | 6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
| 7 | */ | 7 | */ |
| 8 | static char *font = "Terminus:pixelsize=12:antialias=true:autohint=true"; | 8 | static char *font = "Terminus:pixelsize=14:antialias=true:autohint=true"; |
| 9 | static int borderpx = 2; | 9 | static int borderpx = 2; |
| 10 | 10 | ||
| 11 | /* | 11 | /* |
