[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] native virtuals
From: |
joshua stein |
Subject: |
Re: [RP] native virtuals |
Date: |
Sun, 18 Apr 2010 09:36:33 -0700 |
> 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"?