tadly / hideIt.sh

Automagically hide/show a window by its name when the cursor is within a defined region or you mouse over it.
GNU General Public License v3.0
248 stars 11 forks source link

Not hiding polybar #4

Closed dkibet closed 5 years ago

dkibet commented 5 years ago

I ran hideIt.sh -N "polybar-top_eDP1" -p 3 -d top -H -i 0.3 but it didn't hide main polybar

tadly commented 5 years ago

For this to work you have to have override-redirect = true set for your that bar

dkibet commented 5 years ago

For this to work you have to have override-redirect = true set for your that bar

I already have that in my config.

tadly commented 5 years ago

What DE/WM are you using? Also, please add the config for your top bar.

tadly commented 5 years ago

And while you're at it, add the output of hideIt.sh -N "polybar-top_eDP1" -p 3 -d top -H -i 0.3

dkibet commented 5 years ago

What DE/WM are you using? Also, please add the config for your top bar.

Sorry forgot to give you details I'm using i3 on arch linux My polybar config

Searching window... Found window with id: 10485761 Fetching window dimensions... Fetching screen dimensions... Initially hiding window... Waiting for HOVER...

that is the output

tadly commented 5 years ago

override-redirect = true needs to be part of the [bar/top] section.

dkibet commented 5 years ago

override-redirect = true needs to be part of the [bar/top] section.

Thanks! worked.

tadly commented 5 years ago

Glad to hear it!