mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
67 lines
No EOL
2.3 KiB
C
67 lines
No EOL
2.3 KiB
C
void minimized(const Arg *arg);
|
|
void restore_minimized(const Arg *arg);
|
|
void toggle_scratchpad(const Arg *arg);
|
|
void focusdir(const Arg *arg);
|
|
void toggleoverview(const Arg *arg);
|
|
void set_proportion(const Arg *arg);
|
|
void increase_proportion(const Arg *arg);
|
|
void switch_proportion_preset(const Arg *arg);
|
|
void zoom(const Arg *arg);
|
|
void tagsilent(const Arg *arg);
|
|
void tagtoleft(const Arg *arg);
|
|
void tagtoright(const Arg *arg);
|
|
void viewtoleft(const Arg *arg);
|
|
void viewtoright(const Arg *arg);
|
|
void viewtoleft_have_client(const Arg *arg);
|
|
void viewtoright_have_client(const Arg *arg);
|
|
void togglefloating(const Arg *arg);
|
|
void togglefullscreen(const Arg *arg);
|
|
void togglemaxmizescreen(const Arg *arg);
|
|
void togglegaps(const Arg *arg);
|
|
void tagmon(const Arg *arg);
|
|
void spawn(const Arg *arg);
|
|
void spawn_shell(const Arg *arg);
|
|
void spawn_on_empty(const Arg *arg);
|
|
void setkeymode(const Arg *arg);
|
|
void setlayout(const Arg *arg);
|
|
void switch_layout(const Arg *arg);
|
|
void switch_keyboard_layout(const Arg *arg);
|
|
void setmfact(const Arg *arg);
|
|
void quit(const Arg *arg);
|
|
void moveresize(const Arg *arg);
|
|
void exchange_client(const Arg *arg);
|
|
void exchange_stack_client(const Arg *arg);
|
|
void killclient(const Arg *arg);
|
|
void toggleglobal(const Arg *arg);
|
|
void incnmaster(const Arg *arg);
|
|
void focusmon(const Arg *arg);
|
|
void focusstack(const Arg *arg);
|
|
void chvt(const Arg *arg);
|
|
void reload_config(const Arg *arg);
|
|
void smartmovewin(const Arg *arg);
|
|
void smartresizewin(const Arg *arg);
|
|
void centerwin(const Arg *arg);
|
|
void bind_to_view(const Arg *arg);
|
|
void toggletag(const Arg *arg);
|
|
void toggleview(const Arg *arg);
|
|
void tag(const Arg *arg);
|
|
void comboview(const Arg *arg);
|
|
void incgaps(const Arg *arg);
|
|
void incigaps(const Arg *arg);
|
|
void incihgaps(const Arg *arg);
|
|
void incivgaps(const Arg *arg);
|
|
void incogaps(const Arg *arg);
|
|
void incohgaps(const Arg *arg);
|
|
void incovgaps(const Arg *arg);
|
|
void defaultgaps(const Arg *arg);
|
|
void togglefakefullscreen(const Arg *arg);
|
|
void toggleoverlay(const Arg *arg);
|
|
void movewin(const Arg *arg);
|
|
void resizewin(const Arg *arg);
|
|
void toggle_named_scratchpad(const Arg *arg);
|
|
void toggle_render_border(const Arg *arg);
|
|
void create_virtual_output(const Arg *arg);
|
|
void destroy_all_virtual_output(const Arg *arg);
|
|
void focuslast(const Arg *arg);
|
|
void toggle_trackpad_enable(const Arg *arg);
|
|
void setoption(const Arg *arg); |