I am trying to have dash to dock always visible on top of other windows. I almost managed to achieve it with these commands:
gsettings set org.gnome.shell.extensions.dash-to-dock autohide
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
gsettings set org.gnome.shell.extensions.dash-to-dock hide-delay 9999999
Only issue I am having now is that every time i press super and then go back to the desktop the dock hides. I tryed plank dock and it was working as I want but it has horrible touch support and I need to use it on touch screen. Is there a possibility to make it always visible and on top of each window? Please I am desperate for help
I have just found that dock auto hides when I maximize window behind it. And when I press super and go back it hides only if there is maximized window behind it.
So to make my question right: How can I dissable dash to dock functionality to auto hide if window is maximized?