summarylogtreecommitdiffstats
path: root/config.def.h.work
diff options
context:
space:
mode:
authoruleenucks2017-05-15 18:16:39 +0200
committeruleenucks2017-05-15 18:16:39 +0200
commit1b55df1e105fd0e4e2ec08666c0b2658f9ac9cfe (patch)
treea542acdc8e8450c6853846a826b1ef402158441d /config.def.h.work
parenteedf8282c0964ed871cef0c89b81147ddaa0e104 (diff)
downloadaur-1b55df1e105fd0e4e2ec08666c0b2658f9ac9cfe.tar.gz
MOD: * change standard terminal to termite, cleanup of config.def.h files
Signed-off-by: uleenucks <dev@uleenucks.de>
Diffstat (limited to 'config.def.h.work')
-rwxr-xr-xconfig.def.h.work4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.def.h.work b/config.def.h.work
index 236f9b6f94b0..1fd12048295d 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -91,10 +91,9 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "tmuxattach.sh", NULL };
+static const char *termcmd[] = { "termite", NULL };
static const char *mostusedcmd[] = { "mostused", NULL };
static const char *lockcmd[] = { "slock", NULL };
-static const char *passcmd[] = { "keepass", "--auto-type", NULL };
static Key keys[] = {
/* modifier key function argument */
@@ -102,7 +101,6 @@ static Key keys[] = {
{ MODKEY, XK_v, spawn, {.v = mostusedcmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ShiftMask, XK_l, spawn, {.v = lockcmd } },
- { ControlMask|Mod1Mask, XK_a, spawn, {.v = passcmd } },
{ MODKEY|ShiftMask, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },