Added config directive 'no_focus <criteria>' (#1416)

This commit is contained in:
Ingo Bürk
2015-03-29 17:30:14 +02:00
parent e155447932
commit b5f7c132fc
4 changed files with 25 additions and 1 deletions

View File

@ -55,6 +55,7 @@ CFGFUN(focus_on_window_activation, const char *mode);
CFGFUN(show_marks, const char *value);
CFGFUN(hide_edge_borders, const char *borders);
CFGFUN(assign, const char *workspace);
CFGFUN(no_focus);
CFGFUN(ipc_socket, const char *path);
CFGFUN(restart_state, const char *path);
CFGFUN(popup_during_fullscreen, const char *value);