Adding sticky and warp patches
This commit is contained in:
8
patch/sticky.c
Normal file
8
patch/sticky.c
Normal file
@ -0,0 +1,8 @@
|
||||
void
|
||||
togglesticky(const Arg *arg)
|
||||
{
|
||||
if (!selmon->sel)
|
||||
return;
|
||||
selmon->sel->issticky = !selmon->sel->issticky;
|
||||
arrange(selmon);
|
||||
}
|
Reference in New Issue
Block a user