diff options
Diffstat (limited to 'ratpoison/exec_to_workspace')
-rwxr-xr-x | ratpoison/exec_to_workspace | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ratpoison/exec_to_workspace b/ratpoison/exec_to_workspace index 451bb07..d97efff 100755 --- a/ratpoison/exec_to_workspace +++ b/ratpoison/exec_to_workspace @@ -8,6 +8,5 @@ wg=$1; shift cmd="$@" -eval $cmd & -rpws $wg - +bspc desktop -f $wg & +eval $cmd |