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 ??

matan129
  • 1,990

1 Answers1

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