Add keepassxc scratchpad
This commit is contained in:
parent
188593cf0b
commit
75889d83f7
|
@ -70,12 +70,14 @@ const char *spcmd3[] = {"bitwarden", NULL };
|
|||
#else
|
||||
const char *spcmd3[] = {"bitwarden-desktop", NULL };
|
||||
#endif
|
||||
const char *spcmd4[] = {"/home/slococo/.local/bin/keepass", NULL };
|
||||
static Sp scratchpads[] = {
|
||||
/* name cmd */
|
||||
{"spterm", spcmd1},
|
||||
{"spranger", spcmd2},
|
||||
//{"sppcmanfm", spcmd2},
|
||||
{"bitwarden", spcmd3},
|
||||
{"keepassxc", spcmd4},
|
||||
};
|
||||
|
||||
/* tagging */
|
||||
|
@ -92,6 +94,7 @@ static const Rule rules[] = {
|
|||
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 },
|
||||
{ NULL, "spranger", NULL, SPTAG(1), 1, -1 },
|
||||
{ NULL, "bitwarden", NULL, SPTAG(2), 1, -1 },
|
||||
{ NULL, "keepassxc", NULL, SPTAG(3), 1, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
@ -226,6 +229,7 @@ static Key keys[] = {
|
|||
{ MODKEY, XK_x, togglescratch, {.ui = 0 } },
|
||||
{ MODKEY, XK_y, togglescratch, {.ui = 1 } },
|
||||
{ MODKEY, XK_u, togglescratch, {.ui = 2 } },
|
||||
{ MODKEY, XK_i, togglescratch, {.ui = 3 } },
|
||||
TAGKEYS( XK_1, 0)
|
||||
TAGKEYS( XK_2, 1)
|
||||
TAGKEYS( XK_3, 2)
|
||||
|
|
Loading…
Reference in New Issue