]> git.donarmstrong.com Git - x_base.git/commitdiff
add the ion3 user configuration
authorDon Armstrong <don@donarmstrong.com>
Mon, 8 May 2006 18:30:36 +0000 (18:30 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 8 May 2006 18:30:36 +0000 (18:30 +0000)
.ion3/cfg_user.lua [new file with mode: 0644]

diff --git a/.ion3/cfg_user.lua b/.ion3/cfg_user.lua
new file mode 100644 (file)
index 0000000..50559b6
--- /dev/null
@@ -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(_)"),
+})