mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-25 06:59:49 -05:00
inhibit idle if fullscreen client is focused
This commit is contained in:
parent
fc14399c31
commit
34ac3849c3
2 changed files with 19 additions and 3 deletions
|
|
@ -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 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue