Home
last modified time | relevance | path

Searched refs:EXEC_WMCTRL (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c2924 if (check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL)) {
2925 cmd = lives_strdup_printf("%s -l", EXEC_WMCTRL);
3010 if (check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL))
3011 cmd = lives_strdup_printf("%s -Fa \"%s\"", EXEC_WMCTRL, wid);
H A Dmainwindow.h426 #define EXEC_WMCTRL "wmctrl" macro
H A Dutils.c3455 if (!lives_strcmp(exec, EXEC_XDOTOOL) || !lives_strcmp(exec, EXEC_WMCTRL)) { in check_for_executable()
H A Dmain.c792 check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL); in pre_init()