From: Frank Brehm Date: Tue, 20 Sep 2016 14:07:07 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=32dd5342ee0202a2f1fc73c5419d1c015c808625;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/config-archive/etc/conf.d/g15daemon b/config-archive/etc/conf.d/g15daemon new file mode 100644 index 00000000..e6c574a0 --- /dev/null +++ b/config-archive/etc/conf.d/g15daemon @@ -0,0 +1,24 @@ +# /etc/conf.d/g15daemon: Configuration for the g15daemon + +# Key to switch the client-screens. Default is the MR key, +# Set to "yes" to use L1 key instead (black round key below the LCD, above the multimedia keys). +CLIENT_SWITCH_L1="no" + +# Set to "yes" to switch off the lcd backlight when stopping g15daemon. +BACKLIGHT_OFF="no" + + +export LANG=de_DE.UTF-8 +export LC_CTYPE=de_DE.utf8 +export LC_NUMERIC=de_DE.utf8 +export LC_TIME=de_DE.utf8 +export LC_COLLATE=de_DE.utf8 +export LC_MONETARY=de_DE.utf8 +export LC_MESSAGES=de_DE.utf8 +export LC_PAPER=de_DE.utf8 +export LC_NAME=de_DE.utf8 +export LC_ADDRESS=de_DE.utf8 +export LC_TELEPHONE=de_DE.utf8 +export LC_MEASUREMENT=de_DE.utf8 +export LC_IDENTIFICATION=de_DE.utf8 + diff --git a/config-archive/etc/conf.d/g15daemon.dist.new b/config-archive/etc/conf.d/g15daemon.dist.new new file mode 100644 index 00000000..08ea97f4 --- /dev/null +++ b/config-archive/etc/conf.d/g15daemon.dist.new @@ -0,0 +1,9 @@ +# /etc/conf.d/g15daemon: Configuration for the g15daemon + +# Key to switch the client-screens. Default is the MR key, +# Set to "yes" to use L1 key instead (black round key below the LCD, above the multimedia keys). +CLIENT_SWITCH_L1="no" + +# Set to "yes" to switch off the lcd backlight when stopping g15daemon. +BACKLIGHT_OFF="no" + diff --git a/config-archive/etc/g15daemon.conf b/config-archive/etc/g15daemon.conf new file mode 100644 index 00000000..5a89be43 --- /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/config-archive/etc/g15daemon.conf.dist.new b/config-archive/etc/g15daemon.conf.dist.new new file mode 100644 index 00000000..2d2bfc3c --- /dev/null +++ b/config-archive/etc/g15daemon.conf.dist.new @@ -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: Off +Digital: On