From: Don Armstrong Date: Mon, 8 May 2006 18:30:36 +0000 (+0000) Subject: add the ion3 user configuration X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1ff0f5eb38d01072859871e258170520d7b7f995;p=x_base.git add the ion3 user configuration --- diff --git a/.ion3/cfg_user.lua b/.ion3/cfg_user.lua new file mode 100644 index 0000000..50559b6 --- /dev/null +++ b/.ion3/cfg_user.lua @@ -0,0 +1,7 @@ +dopath("xinerama_switcher"); +defbindings("WIonWS", { + kpress(MOD1.."Up", "xinerama_switcher_up(_)"), + kpress(MOD1.."Down", "xinerama_switcher_down(_)"), + kpress(MOD1.."Right", "xinerama_switcher_right(_)"), + kpress(MOD1.."Left", "xinerama_switcher_left(_)"), +})