pcmanfm key bindings
This commit is contained in:
parent
56f3737999
commit
b864f0c998
2 changed files with 3 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -136,6 +136,7 @@ static const char *menucmd[] = {
|
|||
NULL
|
||||
};
|
||||
static const char *lockcmd[] = { "swaylock", NULL };
|
||||
static const char *fmcmd[] = { "pcmanfm", NULL };
|
||||
static const char *screencmd[] = {"screenshot.sh", NULL };
|
||||
static const char *screenfilecmd[] = {"screenshot-file.sh", NULL };
|
||||
static const char *zellijcmd[] = {
|
||||
|
|
@ -150,6 +151,7 @@ static const Key keys[] = {
|
|||
{ MODKEY, XKB_KEY_p, spawn, {.v = menucmd} },
|
||||
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, spawn, {.v = termcmd} },
|
||||
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Z, spawn, {.v = zellijcmd} },
|
||||
{ MODKEY, XKB_KEY_w, spawn, {.v = fmcmd} },
|
||||
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
|
||||
{ MODKEY, XKB_KEY_k, focusstack, {.i = -1} },
|
||||
{ MODKEY, XKB_KEY_i, incnmaster, {.i = +1} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue