Monday, April 29, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 6586  / 2 Years ago, fri, december 3, 2021, 11:53:44

Is there a way to configure the window manager to disable window decorations (title bar, preferably no borders either) to specific applications (based on the name of the app, title of the window, or anything similar...)?



I'm using Ubuntu 13.04.


More From » window-manager

 Answers
7

If you're using Compiz/Unity, you can do this from the infamous CompizConfig Settings Manager, but it's a bit tricky.



The "Decoration Match" key in the Window Decoration plugin specifies the windows that do have decorations. To selectively disable window decorations you have to construct an expression that matches every window except the ones you want to disable.



For example, if you want to disable window decorations for windows whose titles end in "Mozilla Firefox" or "Chromium", you can set the decoration match to:



(!title=Mozilla Firefox$) & (!title=Chromium$)



Complete documentation for Compiz window matching is at http://wiki.compiz.org/WindowMatching


[#30848] Saturday, December 4, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ntlesslving

Total Points: 123
Total Questions: 109
Total Answers: 113

Location: South Korea
Member since Fri, Sep 11, 2020
4 Years ago
;