summaryrefslogtreecommitdiff
path: root/devilspie2/rhmixxx.lua
blob: 60f040b3c43064fad501333bec70ea5160619eeb (plain)
1
2
3
4
5
6
if (get_application_name()=="Mixxx 1.11.0") then
   set_window_fullscreen(true);
   set_viewport(2);
else
   set_viewport(1);
end