make tiling drag configurable
fixes https://github.com/i3/i3/issues/5155
This commit is contained in:
committed by
Michael Stapelberg
parent
2ba393f084
commit
55d400b17d
@ -65,6 +65,7 @@ CFGFUN(assign, const char *workspace, bool is_number);
|
||||
CFGFUN(no_focus);
|
||||
CFGFUN(ipc_socket, const char *path);
|
||||
CFGFUN(ipc_kill_timeout, const long timeout_ms);
|
||||
CFGFUN(tiling_drag, const char *value);
|
||||
CFGFUN(restart_state, const char *path);
|
||||
CFGFUN(popup_during_fullscreen, const char *value);
|
||||
CFGFUN(color, const char *colorclass, const char *border, const char *background, const char *text, const char *indicator, const char *child_border);
|
||||
|
Reference in New Issue
Block a user