Adding note about flexipatch-finalizer
This commit is contained in:
parent
cfecd195ba
commit
dc915b6056
11 changed files with 25 additions and 42 deletions
7
patch/keyboardselect_x.c
Normal file
7
patch/keyboardselect_x.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
void toggle_winmode(int flag) {
|
||||
win.mode ^= flag;
|
||||
}
|
||||
|
||||
void keyboard_select(const Arg *dummy) {
|
||||
win.mode ^= trt_kbdselect(-1, NULL, 0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue