summarylogtreecommitdiffstats
path: root/evelauncher.lua
blob: 96e9d6a768080d9069c012b662e0c2fa9d52fd7d (plain)
1
2
3
4
5
6
-- Devilspie2 Rule for EVE Launcher
if (get_window_name() == "EVE Launcher - version 1548102") then
    undecorate_window();
    set_window_size(1280,720);
    center();
end