File: 0003-209_use-etc-default.patch

package info (click to toggle)
notion 3%2B2017050501-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 4,892 kB
  • sloc: ansic: 46,866; sh: 2,016; makefile: 553; perl: 270
file content (24 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Arnout Engelen <arnouten@bzzt.net>
Date: Fri, 30 Oct 2015 18:58:59 -0700
Subject: 209_use-etc-default

Allow for custom configuration in /etc/default/notion
---
 etc/cfg_notion.lua | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/cfg_notion.lua b/etc/cfg_notion.lua
index 09d23fe..5928494 100644
--- a/etc/cfg_notion.lua
+++ b/etc/cfg_notion.lua
@@ -18,6 +18,10 @@
 -- instead. The 'xmodmap' tool can be used to get/set which key codes correspond
 -- to which modifiers, and the 'xev' tool can be used to see what codes are
 -- generated by particular keys.
+
+-- These may be defined in /etc/default/notion, loaded as cfg_debian.
+dopath("cfg_debian")
+
 --META="Mod4+"
 --ALTMETA=""