Ubuntu 18.04 combine more than 1 gsettings is possible?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












i'm would like to use two different settings for the dock.



gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


When using this two commands only the last one is working. These commands are overwriting each other. Is there a way to have both active at the same time?







share|improve this question
























    up vote
    1
    down vote

    favorite












    i'm would like to use two different settings for the dock.



    gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'

    gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


    When using this two commands only the last one is working. These commands are overwriting each other. Is there a way to have both active at the same time?







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      i'm would like to use two different settings for the dock.



      gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'

      gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


      When using this two commands only the last one is working. These commands are overwriting each other. Is there a way to have both active at the same time?







      share|improve this question












      i'm would like to use two different settings for the dock.



      gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'

      gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


      When using this two commands only the last one is working. These commands are overwriting each other. Is there a way to have both active at the same time?









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 15 at 15:43









      ZimmerBaum

      282




      282




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          No, it's not possible (yet). Dash to Dock developers did implement a 'minimize-or-previews' action in version 63, but this version is not available in the official site yet and Ubuntu dock being a fork of Dash to Dock also doesn't support the action yet.



          But you can set one action to mouse click and another to Shift+mouse-click as an alternative. For example, run



          gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


          to set 'minimize' action to mouse-click. Then run



          gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'


          to set 'previews' action to Shift+mouse-click.






          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036589%2fubuntu-18-04-combine-more-than-1-gsettings-is-possible%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            No, it's not possible (yet). Dash to Dock developers did implement a 'minimize-or-previews' action in version 63, but this version is not available in the official site yet and Ubuntu dock being a fork of Dash to Dock also doesn't support the action yet.



            But you can set one action to mouse click and another to Shift+mouse-click as an alternative. For example, run



            gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


            to set 'minimize' action to mouse-click. Then run



            gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'


            to set 'previews' action to Shift+mouse-click.






            share|improve this answer


























              up vote
              1
              down vote



              accepted










              No, it's not possible (yet). Dash to Dock developers did implement a 'minimize-or-previews' action in version 63, but this version is not available in the official site yet and Ubuntu dock being a fork of Dash to Dock also doesn't support the action yet.



              But you can set one action to mouse click and another to Shift+mouse-click as an alternative. For example, run



              gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


              to set 'minimize' action to mouse-click. Then run



              gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'


              to set 'previews' action to Shift+mouse-click.






              share|improve this answer
























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                No, it's not possible (yet). Dash to Dock developers did implement a 'minimize-or-previews' action in version 63, but this version is not available in the official site yet and Ubuntu dock being a fork of Dash to Dock also doesn't support the action yet.



                But you can set one action to mouse click and another to Shift+mouse-click as an alternative. For example, run



                gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


                to set 'minimize' action to mouse-click. Then run



                gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'


                to set 'previews' action to Shift+mouse-click.






                share|improve this answer














                No, it's not possible (yet). Dash to Dock developers did implement a 'minimize-or-previews' action in version 63, but this version is not available in the official site yet and Ubuntu dock being a fork of Dash to Dock also doesn't support the action yet.



                But you can set one action to mouse click and another to Shift+mouse-click as an alternative. For example, run



                gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'


                to set 'minimize' action to mouse-click. Then run



                gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'


                to set 'previews' action to Shift+mouse-click.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 15 at 15:58

























                answered May 15 at 15:52









                pomsky

                21.7k76594




                21.7k76594






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036589%2fubuntu-18-04-combine-more-than-1-gsettings-is-possible%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491