summaryrefslogtreecommitdiff
path: root/oldresources/st/patch/keyboardselect_x.c
blob: 16af3e1f61ceac82d3cf90ea6d683583b4000651 (plain)
1
2
3
4
5
6
7
void toggle_winmode(int flag) {
        win.mode ^= flag;
}

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