diff options
| -rw-r--r-- | patches/dwm-actualfullscreen-20211013-cb3f58a.diff | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/patches/dwm-actualfullscreen-20211013-cb3f58a.diff b/patches/dwm-actualfullscreen-20211013-cb3f58a.diff index d3be230..a081bdf 100644 --- a/patches/dwm-actualfullscreen-20211013-cb3f58a.diff +++ b/patches/dwm-actualfullscreen-20211013-cb3f58a.diff @@ -52,17 +52,16 @@ index 4465af1..c1b899a 100644 @@ -1719,6 +1720,13 @@ togglefloating(const Arg *arg) arrange(selmon); } - + +void +togglefullscr(const Arg *arg) +{ -+ if(selmon->sel) -+ setfullscreen(selmon->sel, !selmon->sel->isfullscreen); ++ if(selmon->sel) ++ setfullscreen(selmon->sel, !selmon->sel->isfullscreen); +} + void toggletag(const Arg *arg) { --- +-- 2.30.2 - |
