Home
last modified time | relevance | path

Searched refs:EXEC_XDOTOOL (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c2936 if (check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL)) {
2940 cmd = lives_strdup_printf("%s search \"%s\"", EXEC_XDOTOOL, wname);
2952 cmd = lives_strdup_printf("%s getwindowname %s", EXEC_XDOTOOL, lines[l]);
2979 if (check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL)) {
2980 cmd = lives_strdup_printf("%s windowminimize \"%s\"", EXEC_XDOTOOL, wid);
2993 if (check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL))
2994 cmd = lives_strdup_printf("%s windowmap \"%s\"", EXEC_XDOTOOL, wid);
3006 if (check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL))
3007 cmd = lives_strdup_printf("%s windowactivate \"%s\"", EXEC_XDOTOOL, wid);
3139 if (wname && check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL)) {
[all …]
H A Dmainwindow.h427 #define EXEC_XDOTOOL "xdotool" macro
H A Dstartup.c1386 …if (!lives_strcmp(exe, EXEC_XDOTOOL)) pt2 = (_("Enables adjustment of windows within the desktop,\… in explain_missing()
H A Dutils.c3455 if (!lives_strcmp(exec, EXEC_XDOTOOL) || !lives_strcmp(exec, EXEC_WMCTRL)) { in check_for_executable()
H A Dmain.c794 check_for_executable(&capable->has_xdotool, EXEC_XDOTOOL); in pre_init()