Programatically hide Gnome desktop dock [duplicate]











up vote
6
down vote

favorite
1













This question already has an answer here:




  • How to auto-hide the Ubuntu Dock using gsettings in Ubuntu 17.10?

    1 answer




How can I toggle the automatic dock hiding feature programmatically?



To be more precise, how can I toggle the feature from a command line script or toggle it with a shortcut?










share|improve this question









New contributor




DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by pomsky, Zanna, karel, Eric Carvalho, Fabby 2 days ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.



















    up vote
    6
    down vote

    favorite
    1













    This question already has an answer here:




    • How to auto-hide the Ubuntu Dock using gsettings in Ubuntu 17.10?

      1 answer




    How can I toggle the automatic dock hiding feature programmatically?



    To be more precise, how can I toggle the feature from a command line script or toggle it with a shortcut?










    share|improve this question









    New contributor




    DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    marked as duplicate by pomsky, Zanna, karel, Eric Carvalho, Fabby 2 days ago


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

















      up vote
      6
      down vote

      favorite
      1









      up vote
      6
      down vote

      favorite
      1






      1






      This question already has an answer here:




      • How to auto-hide the Ubuntu Dock using gsettings in Ubuntu 17.10?

        1 answer




      How can I toggle the automatic dock hiding feature programmatically?



      To be more precise, how can I toggle the feature from a command line script or toggle it with a shortcut?










      share|improve this question









      New contributor




      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      This question already has an answer here:




      • How to auto-hide the Ubuntu Dock using gsettings in Ubuntu 17.10?

        1 answer




      How can I toggle the automatic dock hiding feature programmatically?



      To be more precise, how can I toggle the feature from a command line script or toggle it with a shortcut?





      This question already has an answer here:




      • How to auto-hide the Ubuntu Dock using gsettings in Ubuntu 17.10?

        1 answer








      18.04 gnome-shell ubuntu-dock






      share|improve this question









      New contributor




      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Nov 28 at 17:22









      pomsky

      27.5k1184111




      27.5k1184111






      New contributor




      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 28 at 11:01









      DGAPCA

      425




      425




      New contributor




      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      DGAPCA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      marked as duplicate by pomsky, Zanna, karel, Eric Carvalho, Fabby 2 days ago


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by pomsky, Zanna, karel, Eric Carvalho, Fabby 2 days ago


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          7
          down vote



          accepted










          Basically, you can achieve what you want by issuing the following commands on a terminal:



          Enable smart autohide:



          gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
          gsettings set org.gnome.shell.extensions.dash-to-dock autohide true
          gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true


          Disable smart autohide:



          gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true
          gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
          gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false


          For more info check this answer.






          share|improve this answer




























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            7
            down vote



            accepted










            Basically, you can achieve what you want by issuing the following commands on a terminal:



            Enable smart autohide:



            gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
            gsettings set org.gnome.shell.extensions.dash-to-dock autohide true
            gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true


            Disable smart autohide:



            gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true
            gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
            gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false


            For more info check this answer.






            share|improve this answer

























              up vote
              7
              down vote



              accepted










              Basically, you can achieve what you want by issuing the following commands on a terminal:



              Enable smart autohide:



              gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
              gsettings set org.gnome.shell.extensions.dash-to-dock autohide true
              gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true


              Disable smart autohide:



              gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true
              gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
              gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false


              For more info check this answer.






              share|improve this answer























                up vote
                7
                down vote



                accepted







                up vote
                7
                down vote



                accepted






                Basically, you can achieve what you want by issuing the following commands on a terminal:



                Enable smart autohide:



                gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
                gsettings set org.gnome.shell.extensions.dash-to-dock autohide true
                gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true


                Disable smart autohide:



                gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true
                gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
                gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false


                For more info check this answer.






                share|improve this answer












                Basically, you can achieve what you want by issuing the following commands on a terminal:



                Enable smart autohide:



                gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
                gsettings set org.gnome.shell.extensions.dash-to-dock autohide true
                gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true


                Disable smart autohide:



                gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true
                gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
                gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false


                For more info check this answer.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 28 at 11:19









                dgonzalez

                3,82031024




                3,82031024















                    Popular posts from this blog

                    QoS: MAC-Priority for clients behind a repeater

                    Ивакино (Тотемский район)

                    Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)