cutefishos / dock

Desktop Taskbar.
GNU General Public License v3.0
99 stars 37 forks source link

Auto-Hide functionality #4

Closed adi-g15 closed 3 years ago

adi-g15 commented 3 years ago

Are there plans to support auto-hide functionality for the dock as of now ?

I tried to edit the dock.conf file, trying whether changing the Visibility does anything, it didn't :(

image

The Problem:

Till the dock is there, all windows don't take up the bottom part, which is considerably large on a 14 inch screen atleast (at small dock size). Yes the window can be extended till bottom, though it seems repetitive, or maybe there can be option to change default to take full screen height for windows ?

reionwong commented 3 years ago

Currently only the "always hide" function is implemented. Did you compile this yourself?

adi-g15 commented 3 years ago

Currently only the "always hide" function is implemented. Did you compile this yourself?

No, I had installed it using the arch repositories.

As an update, i did found the boolean m_hideBlocked in code, does it provide that functionality, will try changing it :thinking: ? I will compile it.

reionwong commented 3 years ago

Currently only the "always hide" function is implemented. Did you compile this yourself?

No, I had installed it using the arch repositories.

As an update, i did found the boolean m_hideBlocked in code, does it provide that functionality ? I will compile it.

The dock of the arch repository does not have this function yet, this is the function of the next version.

adi-g15 commented 3 years ago

The dock of the arch repository does not have this function yet, this is the function of the next version.

Ok, thanks for the info. I would try compiling it too :+1:

The UI of Cutefish looks great btw 😄

reionwong commented 3 years ago

The dock of the arch repository does not have this function yet, this is the function of the next version.

Ok, thanks for the info. I would try compiling it too +1

The UI of Cutefish looks great btw smile

Thank you for your liking :)

adi-g15 commented 3 years ago

@reionwong Thanks for suggesting to build, the functionality was already there so i had closed this.

I created PKGBUILDs for other packages too, for automating it next times, https://github.com/adig-pkgs/cutefish-pkgs :D

reionwong commented 3 years ago

@reionwong Thanks for suggesting to build, the functionality was already there so i had closed this.

I created PKGBUILDs for other packages too, for automating it next times, https://github.com/adig-pkgs/cutefish-pkgs :D

Good job