Gnome - windows always open top left

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











up vote
5
down vote

favorite
2












I find this a highly annoying "feature" on a wide screen monitor that my mostly used apps - terminal and gedit always open directly under the top-left corner of my screen and I have to drag them to my eye position each and every-time.



I have tried installing the CompizConfig Settings Manager and using the feature to position windows centre, but this has had no effect - the force feature here isn't working for me either:



Window Management -> "place windows" -> Fixed Window Placement -> Windows with fixed positions
example: gedit 200 200 keep-in-work-area-to-yes



I can use e.g. gnome-terminal --geometry=140x50+50+50 for the terminal but this doesn't work for gedit.



Any ideas?



Thanks










share|improve this question

























    up vote
    5
    down vote

    favorite
    2












    I find this a highly annoying "feature" on a wide screen monitor that my mostly used apps - terminal and gedit always open directly under the top-left corner of my screen and I have to drag them to my eye position each and every-time.



    I have tried installing the CompizConfig Settings Manager and using the feature to position windows centre, but this has had no effect - the force feature here isn't working for me either:



    Window Management -> "place windows" -> Fixed Window Placement -> Windows with fixed positions
    example: gedit 200 200 keep-in-work-area-to-yes



    I can use e.g. gnome-terminal --geometry=140x50+50+50 for the terminal but this doesn't work for gedit.



    Any ideas?



    Thanks










    share|improve this question























      up vote
      5
      down vote

      favorite
      2









      up vote
      5
      down vote

      favorite
      2






      2





      I find this a highly annoying "feature" on a wide screen monitor that my mostly used apps - terminal and gedit always open directly under the top-left corner of my screen and I have to drag them to my eye position each and every-time.



      I have tried installing the CompizConfig Settings Manager and using the feature to position windows centre, but this has had no effect - the force feature here isn't working for me either:



      Window Management -> "place windows" -> Fixed Window Placement -> Windows with fixed positions
      example: gedit 200 200 keep-in-work-area-to-yes



      I can use e.g. gnome-terminal --geometry=140x50+50+50 for the terminal but this doesn't work for gedit.



      Any ideas?



      Thanks










      share|improve this question













      I find this a highly annoying "feature" on a wide screen monitor that my mostly used apps - terminal and gedit always open directly under the top-left corner of my screen and I have to drag them to my eye position each and every-time.



      I have tried installing the CompizConfig Settings Manager and using the feature to position windows centre, but this has had no effect - the force feature here isn't working for me either:



      Window Management -> "place windows" -> Fixed Window Placement -> Windows with fixed positions
      example: gedit 200 200 keep-in-work-area-to-yes



      I can use e.g. gnome-terminal --geometry=140x50+50+50 for the terminal but this doesn't work for gedit.



      Any ideas?



      Thanks







      gnome windows gedit compiz






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 21 '10 at 16:04









      BobTodd

      12612




      12612




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          3
          down vote













          Actually, since GNOME v3.30 there is a visible option in GNOME Tweaks, which makes it much easier to enable it:



          GNOME Tweaks with Windows->"Center New Windows" highlighted



          Just select "Center New Windows" under "Windows".




          Actually I found a solution for GNOME without compiz.
          You can either use




          • this extension if you have gnome-shell < v3.14

          • or open dconf and set center-new-windows in org.gnome.mutter to true:
            dconf open with org.gnome.mutter -> center-new-windows





          share|improve this answer






















          • Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
            – rugk
            Jul 29 at 14:47

















          up vote
          1
          down vote













          The Compiz “place windows” feature works for me. It won’t work if you just use gedit, though. Try title=gedit:
          alt text






          share|improve this answer



























            up vote
            0
            down vote













            It works for me as expected with Compiz and the Fixed Window Placement -> Windows with fixed positions set to:



            Positioned windows: class=Gedit
            200 200
            keep-in-work-area: no





            share|improve this answer




















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              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: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f5054%2fgnome-windows-always-open-top-left%23new-answer', 'question_page');

              );

              Post as a guest






























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              3
              down vote













              Actually, since GNOME v3.30 there is a visible option in GNOME Tweaks, which makes it much easier to enable it:



              GNOME Tweaks with Windows->"Center New Windows" highlighted



              Just select "Center New Windows" under "Windows".




              Actually I found a solution for GNOME without compiz.
              You can either use




              • this extension if you have gnome-shell < v3.14

              • or open dconf and set center-new-windows in org.gnome.mutter to true:
                dconf open with org.gnome.mutter -> center-new-windows





              share|improve this answer






















              • Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
                – rugk
                Jul 29 at 14:47














              up vote
              3
              down vote













              Actually, since GNOME v3.30 there is a visible option in GNOME Tweaks, which makes it much easier to enable it:



              GNOME Tweaks with Windows->"Center New Windows" highlighted



              Just select "Center New Windows" under "Windows".




              Actually I found a solution for GNOME without compiz.
              You can either use




              • this extension if you have gnome-shell < v3.14

              • or open dconf and set center-new-windows in org.gnome.mutter to true:
                dconf open with org.gnome.mutter -> center-new-windows





              share|improve this answer






















              • Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
                – rugk
                Jul 29 at 14:47












              up vote
              3
              down vote










              up vote
              3
              down vote









              Actually, since GNOME v3.30 there is a visible option in GNOME Tweaks, which makes it much easier to enable it:



              GNOME Tweaks with Windows->"Center New Windows" highlighted



              Just select "Center New Windows" under "Windows".




              Actually I found a solution for GNOME without compiz.
              You can either use




              • this extension if you have gnome-shell < v3.14

              • or open dconf and set center-new-windows in org.gnome.mutter to true:
                dconf open with org.gnome.mutter -> center-new-windows





              share|improve this answer














              Actually, since GNOME v3.30 there is a visible option in GNOME Tweaks, which makes it much easier to enable it:



              GNOME Tweaks with Windows->"Center New Windows" highlighted



              Just select "Center New Windows" under "Windows".




              Actually I found a solution for GNOME without compiz.
              You can either use




              • this extension if you have gnome-shell < v3.14

              • or open dconf and set center-new-windows in org.gnome.mutter to true:
                dconf open with org.gnome.mutter -> center-new-windows






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited 12 mins ago

























              answered Oct 7 '16 at 9:40









              rugk

              343321




              343321











              • Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
                – rugk
                Jul 29 at 14:47
















              • Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
                – rugk
                Jul 29 at 14:47















              Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
              – rugk
              Jul 29 at 14:47




              Actually I opened a bug report to make this setting the default: gitlab.gnome.org/GNOME/mutter/issues/246 IMHO, everything else makes no sense. Feel free to upvote it. :)
              – rugk
              Jul 29 at 14:47












              up vote
              1
              down vote













              The Compiz “place windows” feature works for me. It won’t work if you just use gedit, though. Try title=gedit:
              alt text






              share|improve this answer
























                up vote
                1
                down vote













                The Compiz “place windows” feature works for me. It won’t work if you just use gedit, though. Try title=gedit:
                alt text






                share|improve this answer






















                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  The Compiz “place windows” feature works for me. It won’t work if you just use gedit, though. Try title=gedit:
                  alt text






                  share|improve this answer












                  The Compiz “place windows” feature works for me. It won’t work if you just use gedit, though. Try title=gedit:
                  alt text







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 5 '11 at 17:27









                  Marcel Stimberg

                  2,8621314




                  2,8621314




















                      up vote
                      0
                      down vote













                      It works for me as expected with Compiz and the Fixed Window Placement -> Windows with fixed positions set to:



                      Positioned windows: class=Gedit
                      200 200
                      keep-in-work-area: no





                      share|improve this answer
























                        up vote
                        0
                        down vote













                        It works for me as expected with Compiz and the Fixed Window Placement -> Windows with fixed positions set to:



                        Positioned windows: class=Gedit
                        200 200
                        keep-in-work-area: no





                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          It works for me as expected with Compiz and the Fixed Window Placement -> Windows with fixed positions set to:



                          Positioned windows: class=Gedit
                          200 200
                          keep-in-work-area: no





                          share|improve this answer












                          It works for me as expected with Compiz and the Fixed Window Placement -> Windows with fixed positions set to:



                          Positioned windows: class=Gedit
                          200 200
                          keep-in-work-area: no






                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Mar 16 '15 at 15:22









                          SkyRaT

                          1912




                          1912



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f5054%2fgnome-windows-always-open-top-left%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              How to check contact read email or not when send email to Individual?

                              Bahrain

                              Postfix configuration issue with fips on centos 7; mailgun relay