update readme and compositor toggle
This commit is contained in:
parent
cb969d56e7
commit
61336f46ff
2 changed files with 3 additions and 4 deletions
2
config.h
2
config.h
|
@ -119,7 +119,7 @@ static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "nvim", "+
|
|||
static const Key keys[] = {
|
||||
/* modifier key function argument */
|
||||
{ MODKEY, XK_F1, togglescratch, {.v = sphelp} },
|
||||
{ MODKEY, XK_F2, spawn, SHCMD("pidof xcompmgr && killall xcompmgr || setsid -f xcompmgr") },
|
||||
{ MODKEY, XK_F2, spawn, SHCMD("pidof picom && killall picom || setsid -f picom") },
|
||||
{ MODKEY, XK_F3, togglescratch, {.v = spmix} },
|
||||
// { MODKEY, XK_F4, spawn, {.v = (const char *[]){NULL}} },
|
||||
// { MODKEY, XK_F5, spawn, {.v = (const char *[]){NULL}} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue