Files
.config-deprecated/st-flexipatch/patch/keyboardselect_x.c
2026-03-16 01:59:49 -04:00

8 lines
144 B
C

void toggle_winmode(int flag) {
win.mode ^= flag;
}
void keyboard_select(const Arg *dummy) {
win.mode ^= trt_kbdselect(-1, NULL, 0);
}