~kris/suckless

st

ref: 15f7a94ef735faf6ddcc508999a669882bbffcc0 st/patch/keyboardselect_x.c -rw-r--r-- 144 bytes
15f7a94e — Kris Yotam chore: sync local state after restore (push updates, no pull) a month 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);
}