• # La même chose avec Sawfish

    Posté par (site web personnel) . En réponse au message [X/KDE] Choisir le bureau virtuel de son application. Évalué à 1.

    Avec Sawfish, il suffit d'utiliser le petit script suivant:
    -- start-to --------------------------------------------------------------------------------------------
    #!/bin/sh
    if [ $# -lt 2 ]; then
     echo "Usage: start-to <workspace> <program> [args]"
     exit 1
    fi
    sawfish-client -e "(select-workspace (1- 1ドル))"
    shift
    $* &
    ------------------------------------------------------------------------------------------------------------