Created
March 13, 2020 13:46
-
-
Save NuxRo/ce82df04e5dabaacb7104ac31cdb7be3 to your computer and use it in GitHub Desktop.
Apply Windows Decorations to Microsoft Teams
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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