Ubuntu 18.04 combine more than 1 gsettings is possible?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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?
18.04 gnome-shell ubuntu-dock
add a comment |Â
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?
18.04 gnome-shell ubuntu-dock
add a comment |Â
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?
18.04 gnome-shell ubuntu-dock
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?
18.04 gnome-shell ubuntu-dock
asked May 15 at 15:43
ZimmerBaum
282
282
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
edited May 15 at 15:58
answered May 15 at 15:52
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
pomsky
21.7k76594
21.7k76594
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password