Files
dots/dwm/.st/patch/keyboardselect_x.c
2023-02-25 22:33:44 +01:00

7 lines
147 B
C

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