st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

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 }