]> git.decadent.org.uk Git - ion3.git/commitdiff
Moved insertion and changed comment so the interaction is clearer.
authorBen Hutchings <ben@decadent.org.uk>
Mon, 6 Aug 2007 22:57:29 +0000 (22:57 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 12:41:34 +0000 (12:41 +0000)
debian/patches/209_use-etc-default.diff

index deae7c11b3e4911d5cb6c44bcea87fcf611830e9..6092eacc024998141683c5fa13f7752bf5bd4d1c 100755 (executable)
@@ -1,12 +1,11 @@
 --- ion3.orig/etc/cfg_ion.lua
 +++ ion3/etc/cfg_ion.lua
-@@ -15,6 +15,9 @@
- -- Terminal emulator
- --XTERM="xterm"
-+-- Debian sets the META and ALTMETA keys in /etc/default/ion3.
+@@ -9,6 +9,8 @@
+ -- Set default modifiers. Alt should usually be mapped to Mod1 on
+ -- XFree86-based systems. The flying window keys are probably Mod3
+ -- or Mod4; see the output of 'xmodmap'.
++-- These may be defined in /etc/default/ion3, loaded as cfg_debian.
 +dopath("cfg_debian")
-+
- -- Some basic settings
- ioncore.set{
-     -- Maximum delay between clicks in milliseconds to be considered a
+ --META="Mod1+"
+ --ALTMETA=""