diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 20:37:25 -0600 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 20:37:25 -0600 |
| commit | e8e227086bb0027f51cebdf53b22c85666cb466a (patch) | |
| tree | c4c246e2996ae271fde1427e908e46d255e50486 | |
| parent | c5076bd88fde9704f7223d9478cecc7ca236edcf (diff) | |
Inputs
| -rwxr-xr-x | dwm/config.h | 5 | ||||
| -rwxr-xr-x | dwmblocks/config.h | 3 | ||||
| -rwxr-xr-x | st/config.h | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/dwm/config.h b/dwm/config.h index 16b37b8..a20288d 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -347,10 +347,7 @@ static const Key keys[] = { SHCMD("mpv --untimed --no-cache --no-osc --no-input-default-bindings " "--profile=low-latency --input-conf=/dev/null --title=webcam $(ls " "/dev/video[0,2,4,6,8] | tail -n 1)")}, - {MODKEY | ShiftMask, - XK_F11, - spawn, - {.v = (const char *[]){"mpvplay", NULL}}}, + {MODKEY | ShiftMask, XK_F11, spawn, {.v = (const char *[]){"mpv", NULL}}}, {MODKEY, XK_F12, spawn, SHCMD("remaps")}, {MODKEY, XK_space, zoom, {0}}, {MODKEY | ShiftMask, XK_space, togglefloating, {0}}, diff --git a/dwmblocks/config.h b/dwmblocks/config.h index 9985258..fac615e 100755 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -2,7 +2,7 @@ // recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "cat /tmp/download_status 2>/dev/null", 1, 20}, + {"", "cat /tmp/downloadicon 2>/dev/null", 1, 20}, /* {"⌨", "sb-kbselect", 0, 30}, */ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "sb-tasks", 10, 26}, @@ -23,6 +23,7 @@ static const Block blocks[] = { {"", "sb-nettraf", 1, 16}, {"", "sb-volume", 0, 10}, {"", "sb-battery", 5, 3}, + {"", "sb-inputs", 1, 29}, {"", "sb-clock", 60, 1}, {"", "sb-internet", 5, 4}, /* {"", "sb-iplocate", 0, 27}, */ diff --git a/st/config.h b/st/config.h index cc99183..733f5ac 100755 --- 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 = "mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=10:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true"}; static int borderpx = 2; |
