Re: [CentOS] Disable auto window maximize

2014-07-19 Thread Ljubomir Ljubojevic
On 07/16/2014 11:19 PM, Steve wrote: > > Chris Pemberton wrote: >> >> On 07/15/2014 09:59 AM, Steve wrote: >>> Anyone? >>> >> Gnome 3 was released over 3 years ago... a simple web search yields: >> >> # yum install dconf-editor >> >> It's all in there. > > But Gnome 3 is new to CentOS. In

Re: [CentOS] Disable auto window maximize

2014-07-16 Thread Steve
Chris Pemberton wrote: > > On 07/15/2014 09:59 AM, Steve wrote: > > Anyone? > > > Gnome 3 was released over 3 years ago... a simple web search yields: > > # yum install dconf-editor > > It's all in there. But Gnome 3 is new to CentOS. In fact Gnome 3 was the main reason I stopped using

Re: [CentOS] Disable auto window maximize

2014-07-15 Thread Chris Pemberton
On 07/15/2014 09:59 AM, Steve wrote: > Anyone? > Gnome 3 was released over 3 years ago... a simple web search yields: # yum install dconf-editor It's all in there. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/cento

Re: [CentOS] Disable auto window maximize

2014-07-15 Thread Steve
Anyone? Steve wrote: > Job #1 for me with CentOS 7 is to disable the automatic window maximization. > > Some googling found this command: > $ gsettings set org.gnome.mutter auto-maximize false > No such schema 'org.gnome.mutter' > > and this: > > $ gsettings set orh.gnome.shell.overrides

[CentOS] Disable auto window maximize

2014-07-14 Thread Steve
Job #1 for me with CentOS 7 is to disable the automatic window maximization. Some googling found this command: $ gsettings set org.gnome.mutter auto-maximize false No such schema 'org.gnome.mutter' and this: $ gsettings set orh.gnome.shell.overrides edge-tiling false but that had no visible effe