Hello,
I am new to ion-devel and like it a lot. Before, I used larswm for about
a year, but I didn't like, that with some applications it didn't show
pop-up windows right (e.g. matlab).
Last week I started with ion and got my key-bindings so that I could
still use 'Emacs' and 'MidnightCommander' :-)
On thursday I switched to ion-devel and try to fix my keybindings again,
but it is not as easy. That's why I have some questions:
To switch frames and workspaces and creating new workspaces I used with
'ion':
set_mod "Mod1"
# Frames switching
kpress "Down", "goto_below"
kpress "Up", "goto_above"
kpress "Left", "goto_left"
kpress "Right", "goto_right"
# Workspaces switching
kpress "1", "switch_ws_nth", 0
kpress "2", "switch_ws_nth", 1
kpress "3", "switch_ws_nth", 2
kpress "4", "switch_ws_nth", 3
kpress "5", "switch_ws_nth", 4
kpress "6", "switch_ws_nth", 5
kpress "7", "switch_ws_nth", 6
kpress "8", "switch_ws_nth", 7
kpress "9", "switch_ws_nth", 8
# create new workspace
kpress "F8", "query_workspace_with"
How can I do that in 'ion-devel'?
With my current key-bindings just the second command works!?
1: kpress(DEFAULT_MOD.."Tab", WGenFrame.switch_next),
2: kpress(DEFAULT_MOD.."Shift+Tab", WGenFrame.switch_prev),
Is there a 'integrated' clock? (For larswm there was larsclock)
So, that should be enough for the first time ;-)
Thanks and Greetings!
Fabian