update use dedicated row identifiers

This commit is contained in:
rasmusq 2025-11-16 01:19:44 +01:00 committed by rasmusq
parent 09847dd09e
commit f7d4420685
5 changed files with 178 additions and 203 deletions

View file

@ -2,6 +2,7 @@ int minimized(const Arg *arg);
int restore_minimized(const Arg *arg);
int toggle_scratchpad(const Arg *arg);
int focusdir(const Arg *arg);
int togglerow(const Arg *arg);
int toggleoverview(const Arg *arg);
int set_proportion(const Arg *arg);
int switch_proportion_preset(const Arg *arg);