]> git.donarmstrong.com Git - x_base.git/blob - .ion3/cfg_user.lua
add more lua configuration stuff
[x_base.git] / .ion3 / cfg_user.lua
1 dopath("xinerama_switcher");
2 defbindings("WGroupWS", {
3     kpress(MOD1.."Up", "xinerama_switcher_up(_)"),
4     kpress(MOD1.."Down", "xinerama_switcher_down(_)"),
5     kpress(MOD1.."Right", "xinerama_switcher_right(_)"),
6     kpress(MOD1.."Left", "xinerama_switcher_left(_)"),
7 })