keyboardselect_x.c (144B)
1 void toggle_winmode(int flag) { 2 win.mode ^= flag; 3 } 4 5 void keyboard_select(const Arg *dummy) { 6 win.mode ^= trt_kbdselect(-1, NULL, 0); 7 }
stKris's build of st | |
| git clone git clone https://git.krisyotam.com/krisyotam/st.git | |
| Log | Files | Refs | README | LICENSE |