Hello everybody. I have CentOS Linux release 7.3.1611 (Core ) instaled in mi PC. I want to disable *Top Left Hot Corner* function from my OS, but i don?t want to install the gnome-shell extension nohotcorners. I want to disable permanently, i want to diseable from the OS with a sentences from the command line. It is Possible?, i hope so. Thanks :D
awk one-liner found here: https://unix.stackexchange.com/a/196726 Whether it's persistent through package updates is another matter. On Fri, May 26, 2017 at 1:54 PM, Raymundo N.F. <raymundo.nf at gmail.com> wrote:> Hello everybody. > > I have CentOS Linux release 7.3.1611 (Core ) instaled in mi PC. I want to > disable *Top Left Hot Corner* function from my OS, but i don?t want to > install the gnome-shell extension nohotcorners. I want to disable > permanently, i want to diseable from the OS with a sentences from the > command line. It is Possible?, i hope so. Thanks :D > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- ---~~.~~--- Mike // SilverTip257 //
On Sat, 2017-05-27 at 14:51 -0400, Mike - st257 wrote:> awk one-liner found here: > https://unix.stackexchange.com/a/196726 > > Whether it's persistent through package updates is another matter. >Unfortunately that doesn't work as the requisite file (/usr/share/gnome-shell/js/ui/layout.js) doesn't actually exist in CentOS 7 - it's for an older version of gnome-shell. The way to do it is to use the shell extension "nohotcorners" - but the OP doesn't want to use that and has various other criteria that need to be satisfied. P.