~kris/suckless

st

ref: 169e41e68736aa884f3b1894ffc5735f70e0edcd st/patch/keyboardselect_x.c -rw-r--r-- 144 bytes
169e41e6 — Kris Yotam Migrate to st-flexipatch with sixel support 7 months ago
                                                                                
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);
}