update readme and compositor toggle

This commit is contained in:
Luca Bilke 2023-07-13 11:36:02 +02:00
commit 61336f46ff
No known key found for this signature in database
GPG key ID: 7B77C51E8C779E75
2 changed files with 3 additions and 4 deletions

View file

@ -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}} },