inhibit idle if fullscreen client is focused

This commit is contained in:
korei999 2023-11-29 22:37:25 +02:00
parent fc14399c31
commit 34ac3849c3
2 changed files with 19 additions and 3 deletions

View file

@ -231,7 +231,7 @@ static const Key keys[] = {
{ SUPER, Key_s, setlayout, { .v = &layouts[1] } },
{ SUPER, Key_v, setlayout, { .v = &layouts[2] } },
{ SUPER, Key_grave, togglefloating, { 0 } },
// { SUPER | SHIFT, Key_s, togglesticky, { 0 } },
{ SUPER | SHIFT, Key_s, togglesticky, { 0 } },
{ SUPER, Key_f, togglefullscreen, { 0 } },
{ SUPER, Key_g, zoom, { 0 } },
{ SUPER, Key_Tab, view, { 0 } },