mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
8 lines
144 B
C
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);
|
|
}
|