diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-17 20:57:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-17 20:57:51 +0900 |
| commit | f67fb1b162c298b556ea556e2a5bb6925ce6e275 (patch) | |
| tree | beca6ecebd9d14c4d7fe4705a05ef81ce22f3801 | |
| parent | f51ed65dcd97657108b2f83cd3a12f7d56ca6ea5 (diff) | |
Init
| -rw-r--r-- | dmenu/config.h | 1 | ||||
| -rw-r--r-- | dwm/config.h | 7 | ||||
| -rw-r--r-- | dwmblocks/config.h | 1 | ||||
| -rwxr-xr-x | dwmblocks/dwmblocks | bin | 22224 -> 22248 bytes | |||
| -rw-r--r-- | slock/config.h | 1 | ||||
| -rw-r--r-- | st/config.h | 5 |
6 files changed, 10 insertions, 5 deletions
diff --git a/dmenu/config.h b/dmenu/config.h index 5f8c2aa..52a8905 100644 --- a/dmenu/config.h +++ b/dmenu/config.h @@ -50,3 +50,4 @@ static Key quit_keys[] = { { XK_q, 0 }, { XK_Escape, 0 } }; + diff --git a/dwm/config.h b/dwm/config.h index a4fecce..27167c7 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -141,7 +141,7 @@ static const Layout layouts[] = { { MOD, XK_a, ACTION##stack, { .i = 1 } }, \ { MOD, XK_z, ACTION##stack, { .i = -1 } }, \ { MOD, XK_Tab, ACTION##stack, { .i = PREVSEL } }, \ - + #define CSTACKKEYS(MOD, ACTION) \ { {MOD,0,0,0}, {XK_j, 0,0,0}, ACTION##stack, { .i = INC(+1) } }, \ { {MOD,0,0,0}, {XK_k, 0,0,0}, ACTION##stack, { .i = INC(-1) } }, \ @@ -281,7 +281,7 @@ static const Key keys[] = { { MODKEY | ControlMask, XK_r, incrovgaps, { .i = +5 } }, { MODKEY | ShiftMask, XK_g, defaultgaps, {0} }, { MODKEY | ControlMask, XK_g, togglegaps, {0} }, - + // MEDIA CONTROLS { 0, NoSymbol, spawn, { .v = termcmd } }, { 0, XF86XK_Battery, spawn, SHCMD("pkill -RTMIN+3 dwmblocks") }, @@ -518,7 +518,7 @@ static Command commands[] = { { { ShiftMask, 0, 0, 0 }, { XK_v, 0, 0, 0 }, spawn, { .v = (const char *[]){ TERMINAL, "-e", "nvim", "-c", "VimwikiIndex", "1", NULL } } }, { { 0, 0, 0, 0 }, { XK_w, 0, 0, 0 }, spawn, SHCMD(TERMINAL " -e less -Sf ${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport") }, { { 0, 0, 0, 0 }, { XK_Return, 0, 0, 0 }, spawn, { .v = (const char *[]){ TERMINAL, "-e", "lfub", NULL } } }, - + // SUCKLESS CONFIGS { { ShiftMask, 0, 0, 0 }, { XK_p, 0, 0, 0 }, spawn, SHCMD(TERMINAL " -e sc-im ${THESIAH_WWW:-${HOME}/Private/git/THESIAH}/static/progs.csv") }, { { ShiftMask, 0, 0, 0 }, { XK_s, XK_d, XK_b, 0 }, spawn, SHCMD(TERMINAL " -e nvim ${XDG_SOURCES_HOME:-${HOME}/.local/src}/suckless/dwmblocks/config.h") }, @@ -566,3 +566,4 @@ static const Button buttons[] = { { ClkRootWin, 0, Button2, togglebar, {0} }, { ClkRootWin, MODKEY, Button2, togglebar, { .i = 1 } }, }; + diff --git a/dwmblocks/config.h b/dwmblocks/config.h index 9aa8fae..0e060fa 100644 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -39,3 +39,4 @@ static char *delim = " "; // vim with the following line in your vimrc/init.vim: // autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & } + diff --git a/dwmblocks/dwmblocks b/dwmblocks/dwmblocks Binary files differindex 9319c60..cbd7152 100755 --- a/dwmblocks/dwmblocks +++ b/dwmblocks/dwmblocks diff --git a/slock/config.h b/slock/config.h index 4ceddcb..f878cad 100644 --- a/slock/config.h +++ b/slock/config.h @@ -74,3 +74,4 @@ ResourcePref resources[] = { { "color13", STRING, &colorname[PAM] }, { "color0", STRING, &text_color }, }; + diff --git a/st/config.h b/st/config.h index 4f2a8e7..c791dbc 100644 --- a/st/config.h +++ b/st/config.h @@ -278,7 +278,7 @@ static Shortcut shortcuts[] = { // FONTS { TERMMOD, XK_I, cyclefonts, {} }, - + // PASTES { MODKEY, XK_p, clippaste, { .i = 0 } }, { TERMMOD, XK_P, clippaste, { .i = 0 } }, @@ -573,7 +573,8 @@ static uint selmasks[] = { * Printable characters in ASCII, used to estimate the advance width * of single wide characters. */ -static char ascii_printable[] = +static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + |
