How to disable hot corner in gnome-shell?
up vote
21
down vote
favorite
Gnome shell has the so-called feature "hot corner", that opens the dashboard if the mouse touches the top-left corner of a monitor screen.
I want this disabled I used to have a gnome-shell extension, yet the reposiotry is not found anymore:
git clone git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git
fatal: repository 'git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git' does not exist
gnome-shell gnome-shell-extension
add a comment |
up vote
21
down vote
favorite
Gnome shell has the so-called feature "hot corner", that opens the dashboard if the mouse touches the top-left corner of a monitor screen.
I want this disabled I used to have a gnome-shell extension, yet the reposiotry is not found anymore:
git clone git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git
fatal: repository 'git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git' does not exist
gnome-shell gnome-shell-extension
add a comment |
up vote
21
down vote
favorite
up vote
21
down vote
favorite
Gnome shell has the so-called feature "hot corner", that opens the dashboard if the mouse touches the top-left corner of a monitor screen.
I want this disabled I used to have a gnome-shell extension, yet the reposiotry is not found anymore:
git clone git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git
fatal: repository 'git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git' does not exist
gnome-shell gnome-shell-extension
Gnome shell has the so-called feature "hot corner", that opens the dashboard if the mouse touches the top-left corner of a monitor screen.
I want this disabled I used to have a gnome-shell extension, yet the reposiotry is not found anymore:
git clone git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git
fatal: repository 'git@github.com/Ahrak/gnome-shell-extension-disable-hot-corners.git' does not exist
gnome-shell gnome-shell-extension
gnome-shell gnome-shell-extension
edited Nov 25 '17 at 14:02
muru
135k19289490
135k19289490
asked Nov 23 '15 at 16:59
k0pernikus
2,85463060
2,85463060
add a comment |
add a comment |
9 Answers
9
active
oldest
votes
up vote
19
down vote
In Gnome tweak tools (sudo apt-get install gnome-tweak-tool
), go to "Top bar" then switch '"Activities Overview Hot Corner".
And a screencast :
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
|
show 2 more comments
up vote
12
down vote
Tried frans' solution:
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr:
Permission denied (publickey).
Why not install the gnome-shell-extension directly? It's much easier, and works for gnome in every linux distribution.
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
add a comment |
up vote
4
down vote
Take k0pernikus' answer but name the directory correctly:
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr
works for me
add a comment |
up vote
3
down vote
If you have already enabled the infrastructure to use Gnome-Extensions, you can simply go to the extensions webpage, search for "hot corners" and click the switch to turn it on.
Here is an example of the url:
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Here is a screenshot of the button to switch on:
https://imgur.com/eeZ9rge
Obviously this assumes that you have already installed all the bits to make extensions work from the website - see the section on installing shell extensions from a browser here:
https://linoxide.com/linux-how-to/install-gnome-shell-extensions-gui-cli/
add a comment |
up vote
2
down vote
I switched to No Topletft Hot Corner by HROMANO
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git
1
You need to call this extensionnohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error messageGjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
add a comment |
up vote
1
down vote
Install Gnome Tweak Tools with:
sudo apt-get install gnome-tweak-tool.
Once installed open the tweak tool app and go to the option marked extensions on the left:
Next go to the following location HERE and download the "No Top Left Corner" extension by Azuri. This is an extension to work with Gnome-Tweak Tool. When you download, you will be asked for the gnome shell version you are using. You can check it with the following command:
gnome-shell --version.
Once downloaded, go back to the Tweak Tool and at the end of the extensions list is a File button to add more extensions. Click it, and then select the zip file containing the shell extension downloaded.
That's it. It may require a restart. For me it asked for a restart, but even before that the hot corner was off.
add a comment |
up vote
1
down vote
The option to disable the "hot corner" wasn't available on the latest version of gnome-tweak-tools up to this answer date, so I manage to add the option with an extension: disable hot corner extension
Just download the compressed file and add it the "Extensions" option, after that enable or disable the "hot corner" as you wish.
add a comment |
up vote
0
down vote
You can use gnome tweak tool for that. If you don't have that you can install it using sudo apt-get install sudo apt-get install gnome-tweak-tool
. Now
go to second tab called windows manager go to options called hotcorner
and now as you can in this image disable/enable hotcorners.
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
add a comment |
up vote
0
down vote
Use Gnome Tweaks tool as mentioned before. No need for extensions, though.
add a comment |
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: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f701592%2fhow-to-disable-hot-corner-in-gnome-shell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
19
down vote
In Gnome tweak tools (sudo apt-get install gnome-tweak-tool
), go to "Top bar" then switch '"Activities Overview Hot Corner".
And a screencast :
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
|
show 2 more comments
up vote
19
down vote
In Gnome tweak tools (sudo apt-get install gnome-tweak-tool
), go to "Top bar" then switch '"Activities Overview Hot Corner".
And a screencast :
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
|
show 2 more comments
up vote
19
down vote
up vote
19
down vote
In Gnome tweak tools (sudo apt-get install gnome-tweak-tool
), go to "Top bar" then switch '"Activities Overview Hot Corner".
And a screencast :
In Gnome tweak tools (sudo apt-get install gnome-tweak-tool
), go to "Top bar" then switch '"Activities Overview Hot Corner".
And a screencast :
edited Apr 8 at 7:22
answered Mar 28 at 10:20
mmai
30925
30925
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
|
show 2 more comments
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
If you are writing in English, show your screen shots in English to. I do not see any of this as the third option down, mine looks very different.
– Andrew S
Apr 8 at 2:05
1
1
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
I've added a link to a screencast with an english interface.
– mmai
Apr 8 at 7:13
2
2
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
Which version of Tweaks is that? I don't have this option in 3.28.1.
– orschiro
May 11 at 14:30
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
I currently have gnome-tweak-tools 3.28.1-1 on ubuntu 18.04
– mmai
May 12 at 10:23
1
1
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
this works until i lock the screen and unlock it again to resume my session. any thoughts on how to make this setting "stick"?
– amc
Jun 8 at 3:24
|
show 2 more comments
up vote
12
down vote
Tried frans' solution:
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr:
Permission denied (publickey).
Why not install the gnome-shell-extension directly? It's much easier, and works for gnome in every linux distribution.
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
add a comment |
up vote
12
down vote
Tried frans' solution:
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr:
Permission denied (publickey).
Why not install the gnome-shell-extension directly? It's much easier, and works for gnome in every linux distribution.
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
add a comment |
up vote
12
down vote
up vote
12
down vote
Tried frans' solution:
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr:
Permission denied (publickey).
Why not install the gnome-shell-extension directly? It's much easier, and works for gnome in every linux distribution.
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Tried frans' solution:
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr:
Permission denied (publickey).
Why not install the gnome-shell-extension directly? It's much easier, and works for gnome in every linux distribution.
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
edited Aug 19 at 11:43
answered Aug 28 '17 at 8:06
Recolic Keghart
12315
12315
add a comment |
add a comment |
up vote
4
down vote
Take k0pernikus' answer but name the directory correctly:
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr
works for me
add a comment |
up vote
4
down vote
Take k0pernikus' answer but name the directory correctly:
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr
works for me
add a comment |
up vote
4
down vote
up vote
4
down vote
Take k0pernikus' answer but name the directory correctly:
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr
works for me
Take k0pernikus' answer but name the directory correctly:
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git nohotcorner@azuri.free.fr
works for me
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Nov 17 '16 at 9:29
frans
1413
1413
add a comment |
add a comment |
up vote
3
down vote
If you have already enabled the infrastructure to use Gnome-Extensions, you can simply go to the extensions webpage, search for "hot corners" and click the switch to turn it on.
Here is an example of the url:
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Here is a screenshot of the button to switch on:
https://imgur.com/eeZ9rge
Obviously this assumes that you have already installed all the bits to make extensions work from the website - see the section on installing shell extensions from a browser here:
https://linoxide.com/linux-how-to/install-gnome-shell-extensions-gui-cli/
add a comment |
up vote
3
down vote
If you have already enabled the infrastructure to use Gnome-Extensions, you can simply go to the extensions webpage, search for "hot corners" and click the switch to turn it on.
Here is an example of the url:
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Here is a screenshot of the button to switch on:
https://imgur.com/eeZ9rge
Obviously this assumes that you have already installed all the bits to make extensions work from the website - see the section on installing shell extensions from a browser here:
https://linoxide.com/linux-how-to/install-gnome-shell-extensions-gui-cli/
add a comment |
up vote
3
down vote
up vote
3
down vote
If you have already enabled the infrastructure to use Gnome-Extensions, you can simply go to the extensions webpage, search for "hot corners" and click the switch to turn it on.
Here is an example of the url:
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Here is a screenshot of the button to switch on:
https://imgur.com/eeZ9rge
Obviously this assumes that you have already installed all the bits to make extensions work from the website - see the section on installing shell extensions from a browser here:
https://linoxide.com/linux-how-to/install-gnome-shell-extensions-gui-cli/
If you have already enabled the infrastructure to use Gnome-Extensions, you can simply go to the extensions webpage, search for "hot corners" and click the switch to turn it on.
Here is an example of the url:
https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Here is a screenshot of the button to switch on:
https://imgur.com/eeZ9rge
Obviously this assumes that you have already installed all the bits to make extensions work from the website - see the section on installing shell extensions from a browser here:
https://linoxide.com/linux-how-to/install-gnome-shell-extensions-gui-cli/
answered Jun 3 at 22:25
user230910
1665
1665
add a comment |
add a comment |
up vote
2
down vote
I switched to No Topletft Hot Corner by HROMANO
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git
1
You need to call this extensionnohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error messageGjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
add a comment |
up vote
2
down vote
I switched to No Topletft Hot Corner by HROMANO
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git
1
You need to call this extensionnohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error messageGjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
add a comment |
up vote
2
down vote
up vote
2
down vote
I switched to No Topletft Hot Corner by HROMANO
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git
I switched to No Topletft Hot Corner by HROMANO
cd ~/.local/share/gnome-shell/extensions/
git clone github.com:HROMANO/nohotcorner.git
answered Nov 23 '15 at 16:59
k0pernikus
2,85463060
2,85463060
1
You need to call this extensionnohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error messageGjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
add a comment |
1
You need to call this extensionnohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error messageGjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
1
1
You need to call this extension
nohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error message Gjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
You need to call this extension
nohotcorner@azuri.free.fr
- at least in the current version. The extension won't start otherwise and you get an error message Gjs-WARNING **: JS ERROR: Could not load extension nohotcorner: Error: uuid "nohotcorner@azuri.free.fr" from metadata.json does not match directory name "nohotcorner"
– frans
Nov 17 '16 at 9:26
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
yes, those who read this: use @frans answer above
– MInner
Nov 19 '16 at 23:55
add a comment |
up vote
1
down vote
Install Gnome Tweak Tools with:
sudo apt-get install gnome-tweak-tool.
Once installed open the tweak tool app and go to the option marked extensions on the left:
Next go to the following location HERE and download the "No Top Left Corner" extension by Azuri. This is an extension to work with Gnome-Tweak Tool. When you download, you will be asked for the gnome shell version you are using. You can check it with the following command:
gnome-shell --version.
Once downloaded, go back to the Tweak Tool and at the end of the extensions list is a File button to add more extensions. Click it, and then select the zip file containing the shell extension downloaded.
That's it. It may require a restart. For me it asked for a restart, but even before that the hot corner was off.
add a comment |
up vote
1
down vote
Install Gnome Tweak Tools with:
sudo apt-get install gnome-tweak-tool.
Once installed open the tweak tool app and go to the option marked extensions on the left:
Next go to the following location HERE and download the "No Top Left Corner" extension by Azuri. This is an extension to work with Gnome-Tweak Tool. When you download, you will be asked for the gnome shell version you are using. You can check it with the following command:
gnome-shell --version.
Once downloaded, go back to the Tweak Tool and at the end of the extensions list is a File button to add more extensions. Click it, and then select the zip file containing the shell extension downloaded.
That's it. It may require a restart. For me it asked for a restart, but even before that the hot corner was off.
add a comment |
up vote
1
down vote
up vote
1
down vote
Install Gnome Tweak Tools with:
sudo apt-get install gnome-tweak-tool.
Once installed open the tweak tool app and go to the option marked extensions on the left:
Next go to the following location HERE and download the "No Top Left Corner" extension by Azuri. This is an extension to work with Gnome-Tweak Tool. When you download, you will be asked for the gnome shell version you are using. You can check it with the following command:
gnome-shell --version.
Once downloaded, go back to the Tweak Tool and at the end of the extensions list is a File button to add more extensions. Click it, and then select the zip file containing the shell extension downloaded.
That's it. It may require a restart. For me it asked for a restart, but even before that the hot corner was off.
Install Gnome Tweak Tools with:
sudo apt-get install gnome-tweak-tool.
Once installed open the tweak tool app and go to the option marked extensions on the left:
Next go to the following location HERE and download the "No Top Left Corner" extension by Azuri. This is an extension to work with Gnome-Tweak Tool. When you download, you will be asked for the gnome shell version you are using. You can check it with the following command:
gnome-shell --version.
Once downloaded, go back to the Tweak Tool and at the end of the extensions list is a File button to add more extensions. Click it, and then select the zip file containing the shell extension downloaded.
That's it. It may require a restart. For me it asked for a restart, but even before that the hot corner was off.
edited Apr 9 at 22:17
answered Apr 8 at 2:18
Andrew S
1134
1134
add a comment |
add a comment |
up vote
1
down vote
The option to disable the "hot corner" wasn't available on the latest version of gnome-tweak-tools up to this answer date, so I manage to add the option with an extension: disable hot corner extension
Just download the compressed file and add it the "Extensions" option, after that enable or disable the "hot corner" as you wish.
add a comment |
up vote
1
down vote
The option to disable the "hot corner" wasn't available on the latest version of gnome-tweak-tools up to this answer date, so I manage to add the option with an extension: disable hot corner extension
Just download the compressed file and add it the "Extensions" option, after that enable or disable the "hot corner" as you wish.
add a comment |
up vote
1
down vote
up vote
1
down vote
The option to disable the "hot corner" wasn't available on the latest version of gnome-tweak-tools up to this answer date, so I manage to add the option with an extension: disable hot corner extension
Just download the compressed file and add it the "Extensions" option, after that enable or disable the "hot corner" as you wish.
The option to disable the "hot corner" wasn't available on the latest version of gnome-tweak-tools up to this answer date, so I manage to add the option with an extension: disable hot corner extension
Just download the compressed file and add it the "Extensions" option, after that enable or disable the "hot corner" as you wish.
answered Aug 6 at 21:27
Jose Gonzalez
1288
1288
add a comment |
add a comment |
up vote
0
down vote
You can use gnome tweak tool for that. If you don't have that you can install it using sudo apt-get install sudo apt-get install gnome-tweak-tool
. Now
go to second tab called windows manager go to options called hotcorner
and now as you can in this image disable/enable hotcorners.
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
add a comment |
up vote
0
down vote
You can use gnome tweak tool for that. If you don't have that you can install it using sudo apt-get install sudo apt-get install gnome-tweak-tool
. Now
go to second tab called windows manager go to options called hotcorner
and now as you can in this image disable/enable hotcorners.
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
add a comment |
up vote
0
down vote
up vote
0
down vote
You can use gnome tweak tool for that. If you don't have that you can install it using sudo apt-get install sudo apt-get install gnome-tweak-tool
. Now
go to second tab called windows manager go to options called hotcorner
and now as you can in this image disable/enable hotcorners.
You can use gnome tweak tool for that. If you don't have that you can install it using sudo apt-get install sudo apt-get install gnome-tweak-tool
. Now
go to second tab called windows manager go to options called hotcorner
and now as you can in this image disable/enable hotcorners.
edited Jun 22 '16 at 17:11
answered Nov 23 '15 at 17:11
bha159
1291423
1291423
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
add a comment |
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
3
3
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
It would be a good idea (for newer users) to explain how to find the appropriate extension in the tweak tool
– Charles Green
Nov 23 '15 at 17:39
7
7
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
I just installed gnome on lubuntu and am not seeing this option. In fact, the gnome-tweak-tool I just installed doesn't have any top-tabs in the "Windows" left-tab, and searching for "hotcorners" shows nothing. I'd love to tell you what version of gnome-tweak-tool I have, but I can't find that either.
– 7yl4r
Feb 16 '17 at 15:18
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
Yup. Same here. What a mess. I'm not seeing it either.
– RichieHH
Apr 11 '17 at 11:53
13
13
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
@RichardRiley @ 7yl4r I know I might be a little late with replying but the reason you're not seeing it is because the screenshot is NOT GNOME Tweak Tool but Unity Tweak Tool. GNOME Tweak Tool never had an option to disable the hot corner. To disable the hot corner in GNOME Shell, you have to use an extension, like this one: extensions.gnome.org/extension/118/no-topleft-hot-corner
– Vistaus
May 20 '17 at 20:55
add a comment |
up vote
0
down vote
Use Gnome Tweaks tool as mentioned before. No need for extensions, though.
add a comment |
up vote
0
down vote
Use Gnome Tweaks tool as mentioned before. No need for extensions, though.
add a comment |
up vote
0
down vote
up vote
0
down vote
Use Gnome Tweaks tool as mentioned before. No need for extensions, though.
Use Gnome Tweaks tool as mentioned before. No need for extensions, though.
answered Nov 30 at 10:56
kerner1000
286214
286214
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f701592%2fhow-to-disable-hot-corner-in-gnome-shell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown