cfcd52ff70
GitOrigin-RevId: 70c5b268e10025c70823767f4fb49e240b40151d
11 lines
260 B
Lua
11 lines
260 B
Lua
if (get_window_class() == "Gnome-terminal") then
|
|
make_always_on_top();
|
|
end
|
|
|
|
if string.match(get_window_name(), "LibreOffice Writer") then
|
|
maximize();
|
|
end
|
|
|
|
if (get_window_class()=="Org.gnome.Nautilus") then
|
|
set_window_geometry(1600,300,900,700);
|
|
end
|