From 80b16e42f02b2da68a80135f83cb4f1e0d289158 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 21 Sep 2016 10:00:30 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- config-archive/etc/g15daemon.conf | 27 +++++++++++++++++++ .../etc/g15daemon.conf.dist.new | 0 2 files changed, 27 insertions(+) create mode 100644 config-archive/etc/g15daemon.conf rename ._cfg0000_g15daemon.conf => config-archive/etc/g15daemon.conf.dist.new (100%) diff --git a/config-archive/etc/g15daemon.conf b/config-archive/etc/g15daemon.conf new file mode 100644 index 0000000..5a89be4 --- /dev/null +++ b/config-archive/etc/g15daemon.conf @@ -0,0 +1,27 @@ +# G15Daemon Configuration File +# any items entered before a [section] header +# will be in the Global config space +# comments you wish to keep should start with a semicolon';' + +[Global] +Use MR as Cycle Key: Off + +[PLUGIN_LOAD_ORDER] +0: g15plugin_uinput.so +1: g15plugin_clock.so +2: g15plugin_tcpserver.so +TotalPlugins: 3 + +[PLUGINS] +Linux UINPUT Keyboard Output: Load +Clock: Load +LCDServer: Load + +[Keyboard OS Mapping (uinput)] +device: /dev/input/uinput +Lkeys.mapped: 0 + +[Clock] +24hrFormat: On +ShowDate: On +Digital: On diff --git a/._cfg0000_g15daemon.conf b/config-archive/etc/g15daemon.conf.dist.new similarity index 100% rename from ._cfg0000_g15daemon.conf rename to config-archive/etc/g15daemon.conf.dist.new -- 2.39.5