Results 1 to 4 of 4

Thread: Set more than one window to always maximize

  1. #1
    Join Date
    Oct 2009
    Location
    Belgrade, RS
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Set more than one window to always maximize

    I'm trying to set a couple of my apps (terminal and update manager) to always launch maximized. I'm doing it through CCSM > Window Management > Window Rules > Maximized. Now, it's working okay if I put in only one window there, but if I try to add another, the setting is lost for both. For example, this works fine:



    But this doesn't:



    I'm using the 20.04b1, don't know if that matters.
    Томица / Tomica ['tomitsa]

  2. #2
    Join Date
    Sep 2008
    Location
    LA (i.e., Lower Alabama)
    Beans
    204
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Set more than one window to always maximize

    I believe that ccsm interprets "&" as AND, meaning a window would have to meet both criteria to be maximized. No window is named both "gnome-terminal" and "update-manager."

    Try substituting "|" instead of "&." I'm pretty sure ccsm reads "|" as OR.

    i.e.,
    Code:
    name=gnome-terminal | name=update-manager
    Hope that helps.

  3. #3
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: Set more than one window to always maximize

    Quote Originally Posted by Томица View Post
    I'm trying to set a couple of my apps (terminal and update manager) to always launch maximized. I'm doing it through CCSM > Window Management > Window Rules > Maximized. Now, it's working okay if I put in only one window there, but if I try to add another, the setting is lost for both. For example, this works fine:



    But this doesn't:



    I'm using the 20.04b1, don't know if that matters.
    just hit the 'add' or '+' or w/e on the side, it will set the syntax for you

  4. #4
    Join Date
    Oct 2009
    Location
    Belgrade, RS
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Set more than one window to always maximize

    Quote Originally Posted by HiImTye View Post
    just hit the 'add' or '+' or w/e on the side, it will set the syntax for you
    That's exactly how I was doing it. CCSM adds & when you use the + button.

    In any case gldearman's advice worked. Thanks a lot! This setting maximizes both Terminal and Update Manager:

    Code:
    name=gnome-terminal | name=update-manager
    Last edited by Томица; March 6th, 2012 at 10:34 AM.
    Томица / Tomica ['tomitsa]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •