summaryrefslogtreecommitdiff
path: root/commondefs.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-12-25 12:03:06 +0100
committerAnton Khirnov <anton@khirnov.net>2016-12-25 12:03:06 +0100
commite8bb1f4a1844f07fc2f6973f2e7b400f2ddf2f3d (patch)
tree73e0028d455fef267c5c8a46c32a45430af9683c /commondefs.lua
Initial commit.
Diffstat (limited to 'commondefs.lua')
-rw-r--r--commondefs.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/commondefs.lua b/commondefs.lua
new file mode 100644
index 0000000..9ec5c45
--- /dev/null
+++ b/commondefs.lua
@@ -0,0 +1,4 @@
+return {
+ terminal = "x-terminal-emulator",
+ modkey = "Mod4",
+}