Skip to content

Instantly share code, notes, and snippets.

@NuxRo
Created March 13, 2020 13:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NuxRo/ce82df04e5dabaacb7104ac31cdb7be3 to your computer and use it in GitHub Desktop.
Save NuxRo/ce82df04e5dabaacb7104ac31cdb7be3 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();
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment