3

I have an Arch Linux 64-bit install running Awesome-WM,
However I seem to have a problem with the borders on opened windows(Generally in gtk apps) Also I have Compton Composition Manager running

Somewhat like this: Picture

Does anyone know what is causing this ?? And how to remove it ??

1
  • @Cornelius I'm sorry but my rep. won't let me add images..And I unaware of it rejected you're edit without knowing I'm sorry could you please help me ?? Sorry again
    – ArchKudo
    Commented Jun 17, 2014 at 19:24

1 Answer 1

1

Awesome WM itself doesn't cause this issue, however gtk+ does... Thanks to google+ user Thomas Berryhill who indicated me to add these lines to my gtk.css

~/.config/gtk-3.0/gtk.css :

.window-frame { box-shadow: 0 0 0 0px @wm_border; margin: 0px; }

Voila @Imgur

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .