diff options
Diffstat (limited to 'bdwm/config.def.h')
| -rwxr-xr-x | bdwm/config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bdwm/config.def.h b/bdwm/config.def.h index cbafcf8..07953e4 100755 --- a/bdwm/config.def.h +++ b/bdwm/config.def.h @@ -57,23 +57,23 @@ static const Layout layouts[] = { /* commands */ static const char *dmenucmd[] = { "dmenu_run", "-c", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; -static const char *termcmd[] = { "st", NULL }; -static const char *keyboardLayoutSwitchcmd[] = { "/home/dcc/Desktop/kek/stuff/bashs/shell\ scrips/keyboardlayoutswitcher.sh", "us", "el" }; +static const char *termcmd[] = { "xterm", NULL }; +static const char *keyboardLayoutSwitchcmd[] = { "/home/dcc/Desktop/dcc-suckless-config/bashs/shell\ scrips/keyboardlayoutswitcher.sh", "us", "el" }; static const char *slok[] = { "slock", NULL }; static const char *emacs[] = { "emacs", NULL }; static const char *flame[] = { "flameshot","gui", NULL }; -static const char *sea[] = { "seamonkey", NULL }; +static const char *w3m[] = {"xterm","-e","w3m","-B", NULL }; static const char *c[] = { "clipmenu", NULL }; static const Key keys[] = { /* modifier key function argument */ { MODKEY, XK_y, spawn, {.v = slok } }, - { MODKEY|ShiftMask, XK_F1, spawn, {.v = keyboardLayoutSwitchcmd } }, + { MODKEY|ShiftMask, XK_b, spawn, {.v = w3m } }, + { MODKEY|ShiftMask, XK_F1, spawn, {.v = keyboardLayoutSwitchcmd } }, { MODKEY|ShiftMask, XK_s, spawn, {.v = flame } }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY|ShiftMask, XK_x, spawn, {.v = c } }, { MODKEY, XK_p, spawn, {.v = dmenucmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } }, { MODKEY, XK_i, incnmaster, {.i = +1 } }, |
