Airblader / i3

A fork of the i3 window manager with gaps and some other features. :warning: i3-gaps has been merged into i3.
BSD 3-Clause "New" or "Revised" License
5.87k stars 318 forks source link

No borders on nautilus #42

Closed rainerborene closed 9 years ago

rainerborene commented 9 years ago

screenshot-2015-03-09

any idea why this is happening?

here's my dotfiles: https://github.com/rainerborene/dotfiles

Airblader commented 9 years ago

Do they come back when you float the window? I think it removes its decorations because it thinks that it's maximized. It's just a guess though. It can probably be fixed in the gtk theme.

Since this is not an issue of my fork, can you please ask this question over at faq.i3wm.org? I'll close the issue here for that reason. Maybe disable gaps when showing it there though :)

Relevant question might be https://faq.i3wm.org/question/346/how-can-i-use-i3-in-gnome-2-de/

rainerborene commented 9 years ago

No, they don't come back on floating mode. If I close compton borders works.

Airblader commented 9 years ago

I'm still convinced it's not an issue of my fork. Also, I use thunar and can see borders just fine. Can you post your .compton.conf? I'd still advise taking this to maybe the compton repository, then.

rainerborene commented 9 years ago

https://github.com/PCMan/gtk3-nocsd solved the problem.

Airblader commented 9 years ago

Glad it worked out!

beanaroo commented 8 years ago

I had this issue when making use of for_window [class="^.*"] border pixel 0 or new_window/float none Using only:

for_window [class="^.*"] border pixel 4

gaps and borders work on all windows, including csd, contrary to the README's requirements.

Airblader commented 8 years ago

@beanaroo I agree that the README is a bit misleading. Actually, as you found, you can set any border width. What you can't do with gaps is the "normal" borders (i.e., with title decoration), because then i3 starts creating pixmaps.

Airblader commented 8 years ago

I've updated the README a bit.