Results 1 to 2 of 2

Thread: How to define aplications for workspace

  1. #1
    Join Date
    Jan 2011
    Beans
    117
    Distro
    Ubuntu

    How to define aplications for workspace

    Hello,
    How can I define the aplications that start in a defined workspace:

    Example:
    Workspace 1 - firefox
    Workspace 2 - Games
    Workspace 3 - Thunderbird
    Workspace 4 - Virtualbox

    Anyone know how can this be setuo?
    Regard's
    Miguel Pires

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to define aplications for workspace

    Quote Originally Posted by miguelpires View Post
    Hello,
    How can I define the aplications that start in a defined workspace:

    Example:
    Workspace 1 - firefox
    Workspace 2 - Games
    Workspace 3 - Thunderbird
    Workspace 4 - Virtualbox

    Anyone know how can this be setuo?
    Regard's
    Miguel Pires
    This is how I start Firefox in #2:
    Code:
    #!/bin/bash
    
    sleep 3 && wmctrl -s1 && firefox & wmctrl -s0 &
    
    exit 0
    Might still work in 12.04 - give it a try.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

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
  •