long time clean up
[dcc-suckless-config] / bdwm / config.def.h
index cbafcf8c5f7a9d0cedc0bdc34b305c6cc7f71fa7..07953e4a91ae841bed373fc3c87fe66b46cd3b9b 100755 (executable)
@@ -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 } },