Luwx / LightlyShaders

Round corners and outline effect for kwin.
138 stars 37 forks source link

How do you get these windows without window decorations #16

Closed qawsedrftgzh closed 3 years ago

qawsedrftgzh commented 3 years ago

no border disables the effect completly, is this also working with gtk.

siggsy commented 3 years ago

You can set it by editing window decoration settings -> regex rule '.*' -> hide window title-bar. It works on GTK apps if CSD (Client side decoration) is disabled. Same goes for electron.

image

Edit: '.*' applies this for all apps. You can click "detect window" and hide titlebar for specific apps.

qawsedrftgzh commented 3 years ago

I find only "No titlebar and frame" but this hides also ther round corners

siggsy commented 3 years ago

Navigate to window decorations and select the pen icon in bottom right corner

image

Got to "Window-Specific Overrides" tab and click "Add"

image

Click "Detect Window Properties" or manually enter window class name of the app you want to configure or .* for all and check "Hide window title bar" image

As far as I have seen, You can do this on breeze and lightly window decorations

siggsy commented 3 years ago

If you want to keep the titlebar you can also use a script to change the titlebar color for specific apps to match the entire app: https://github.com/siggsy/Tkp

image

qawsedrftgzh commented 3 years ago

facepalm, I looked for it in Window management -> Window rules. Thanks for your help and this link, I also searched for this.