-
-
Save rbreaves/2624def9f3c1c7cc3605a7640d21d2b5 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(); | |
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