X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=debian%2Fpatches%2F209_use-etc-default.diff;h=cce1b62b202bf61d88a12d2f0082d7c18a79f714;hp=deae7c11b3e4911d5cb6c44bcea87fcf611830e9;hb=0d045a880cec44192afc010e55d5ed41478138ea;hpb=be912256a10c9710090b9f67a7e0281847828640 diff --git a/debian/patches/209_use-etc-default.diff b/debian/patches/209_use-etc-default.diff old mode 100755 new mode 100644 index deae7c1..cce1b62 --- a/debian/patches/209_use-etc-default.diff +++ b/debian/patches/209_use-etc-default.diff @@ -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. +@@ -16,6 +16,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="" +