Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

No borders on nautilus #42

Closed
rainerborene opened this issue Mar 9, 2015 · 8 comments
Closed

No borders on nautilus #42

rainerborene opened this issue Mar 9, 2015 · 8 comments

Comments

@rainerborene
Copy link

screenshot-2015-03-09

any idea why this is happening?

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

@Airblader
Copy link
Owner

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
Copy link
Author

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

@Airblader
Copy link
Owner

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
Copy link
Author

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

@Airblader
Copy link
Owner

Glad it worked out!

@beanaroo
Copy link

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
Copy link
Owner

@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
Copy link
Owner

I've updated the README a bit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants