答案1
我不认为get_window_class()
这是解决您问题的正确函数,请尝试使用get_window_name()
或get_application_name()
:
if (get_window_name()=="Lollypop") then
unmaximize();
focus();
focus_window();
end
或者在终端中运行 devilspie2 并检查debug_print(get_window_class())
其返回的内容。
我不认为get_window_class()
这是解决您问题的正确函数,请尝试使用get_window_name()
或get_application_name()
:
if (get_window_name()=="Lollypop") then
unmaximize();
focus();
focus_window();
end
或者在终端中运行 devilspie2 并检查debug_print(get_window_class())
其返回的内容。