Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-09-07 10:35:02

yak
Member
Registered: 2023-09-07
Posts: 3

How to completely hide Thunar's toolbar and menu bar

Hey there!
I'm trying to hide the menu bar on Thunar, but when I do it, I get three dots appearing on the left of the toolbar, like in the picture below. I get why these dots appear and I get that it's useful to have an option to show the menu again, but I'm fine with CTRL + M, so I'd like to hide it since because of this button I can't hide the toolbar. I can't see an option to disable it anywhere, so how can I do it? With css maybe?
Thank you.

screenshot

Offline

#2 2023-09-07 22:31:00

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,052

Re: How to completely hide Thunar's toolbar and menu bar

Hello and welcome.

See: https://gitlab.xfce.org/xfce/thunar/-/issues/936.

You might be able to use css, but it won't pass all cases and it will look/work inconsistently. Something like:

toolbutton:first-child image {-gtk-icon-transform: scale(0);}
toolbar entry {margin-left: -30px}

...but the button is still press-able and if you enable the menu, it throws off the positioning.

On the other hand:

toolbutton:first-child image {-gtk-icon-transform: scale(0);}

...just makes the image invisible, but still press-able and there is a visible space there.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2023-09-08 10:21:00

yak
Member
Registered: 2023-09-07
Posts: 3

Re: How to completely hide Thunar's toolbar and menu bar

Hey, thank you very much for you response.

So there isn't a way to completely hide the entire toolbar?

Too bad!

Offline

#4 2023-09-08 10:26:13

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,052

Re: How to completely hide Thunar's toolbar and menu bar

View > Configure Toolbar and you can remove items. You just can't currently remove the menu button if the menu is not shown.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2023-09-08 11:03:49

yak
Member
Registered: 2023-09-07
Posts: 3

Re: How to completely hide Thunar's toolbar and menu bar

Yes, I meant to remove the toolbar and the button.
Thank you anyway!

Offline

Board footer

Powered by FluxBB