alias in keybind doesn't work
In the terminal I use the alias "lo" for "libreoffice4.0", but assigning this alias to a keybinding shortcut doesn't work:
# keybind libreoffice4.0
assign [class="libreoffice-startcenter"] 5: kantoor
bindsym $mod+Ctrl+o exec lo; workspace 5: kantoor
(I assigned it to open on workspace "5: kantoor") Replacing "lo" with "libreoffice4.0" here does very nicely, though.
Doesn't i3wm read the aliases at all, or how can I make it to do so?