Adding note about flexipatch-finalizer

This commit is contained in:
bakkeby 2019-10-16 08:28:00 +02:00
parent cfecd195ba
commit dc915b6056
11 changed files with 25 additions and 42 deletions

7
patch/keyboardselect_x.c Normal file
View 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);
}