Skip to content

Instantly share code, notes, and snippets.

@rbreaves
Forked from NuxRo/msteams.lua
Last active February 10, 2022 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbreaves/2624def9f3c1c7cc3605a7640d21d2b5 to your computer and use it in GitHub Desktop.
Save rbreaves/2624def9f3c1c7cc3605a7640d21d2b5 to your computer and use it in GitHub Desktop.
Apply Windows Decorations to Microsoft Teams
-- MS Teams on Linux doesn't show the window decorations, let's fix that
-- drop this in your devilspie2 folder, typically ~/.config/devilspie2 and start devilspie2
if string.match(get_window_name(), "Microsoft Teams") then
decorate_window();
pin_window();
make_always_on_top();
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment