diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-12-27 11:54:20 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-12-27 11:54:20 +0000 |
commit | a1f258ef3cb50fa685d9c8c1806e267192d4589f (patch) | |
tree | eb352ca18e6f149af4c05c1af89ba2393d944ace /Window_Manager/ratpoison | |
parent | 4d868fbb06d25f2a3d551be9a0ec83bc4a1b13fe (diff) | |
download | dotfiles-a1f258ef3cb50fa685d9c8c1806e267192d4589f.tar.gz dotfiles-a1f258ef3cb50fa685d9c8c1806e267192d4589f.tar.bz2 dotfiles-a1f258ef3cb50fa685d9c8c1806e267192d4589f.zip |
set exec_to_workspae to use vselect
Diffstat (limited to 'Window_Manager/ratpoison')
-rwxr-xr-x | Window_Manager/ratpoison/exec_to_workspace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Window_Manager/ratpoison/exec_to_workspace b/Window_Manager/ratpoison/exec_to_workspace index 2101c25..8e72814 100755 --- a/Window_Manager/ratpoison/exec_to_workspace +++ b/Window_Manager/ratpoison/exec_to_workspace @@ -8,7 +8,7 @@ wg=$1; shift cmd="$@" -rpws $wg +ratpoison -c "vselect $wg" eval $cmd & ratpoison -c 'barsend' echo "D$wg" > /tmp/panel-fifo |