Re: native virtuals
joshua stein <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
> I use following keybindings with Joshua's workspaces: > > vinit > definekey top C-F1 exec ratpoison -c "vselect 1" -c "echo vselect 1" > definekey top C-F2 exec ratpoison -c "vselect 2" -c "echo vselect 2" > definekey top C-F3 exec ratpoison -c "vselect 3" -c "echo vselect 3" > definekey top C-F4 exec ratpoison -c "vselect 4" -c "echo vselect 4" > definekey top C-F5 exec ratpoison -c "vselect 5" -c "echo vselect 5" calling out to a shell to run 'ratpoison -c' kind of defeats the purpose of having the integrated workspace command; why not just use "bind F1 vselect 1"?