Adding togglefullscreen patch
This commit is contained in:
7
patch/togglefullscreen.c
Normal file
7
patch/togglefullscreen.c
Normal file
@ -0,0 +1,7 @@
|
||||
void
|
||||
togglefullscreen(const Arg *arg) {
|
||||
if (!selmon->sel)
|
||||
return;
|
||||
|
||||
setfullscreen(selmon->sel, !selmon->sel->isfullscreen);
|
||||
}
|
Reference in New Issue
Block a user