From: frank Date: Sun, 15 Jan 2012 23:46:07 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=99265a06026152e1ed03275a761560890f58c878;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +x11-libs/openmotif-2.3.3 --- diff --git a/.etckeeper b/.etckeeper index 490c7239..14ca3c70 100755 --- a/.etckeeper +++ b/.etckeeper @@ -12,6 +12,8 @@ maybe chmod 0644 './.gitignore' maybe chmod 0600 './.pwd.lock' maybe chmod 0644 './DIR_COLORS' maybe chmod 0755 './X11' +maybe chmod 0755 './X11/mwm' +maybe chmod 0644 './X11/mwm/system.mwmrc' maybe chmod 0755 './X11/xinit' maybe chmod 0755 './X11/xinit/xinitrc.d' maybe chmod 0755 './X11/xinit/xinitrc.d/80-dbus' diff --git a/X11/mwm/system.mwmrc b/X11/mwm/system.mwmrc new file mode 100644 index 00000000..d530bac6 --- /dev/null +++ b/X11/mwm/system.mwmrc @@ -0,0 +1,156 @@ +! +! @OPENGROUP_COPYRIGHT@ +! COPYRIGHT NOTICE +! Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. +! Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group +! ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for +! the full copyright text. +! +! This software is subject to an open license. It may only be +! used on, with or for operating systems which are themselves open +! source systems. You must contact The Open Group for a license +! allowing distribution and sublicensing of this software on, with, +! or for operating systems which are not Open Source programs. +! +! See http://www.opengroup.org/openmotif/license for full +! details of the license agreement. Any use, reproduction, or +! distribution of the program constitutes recipient's acceptance of +! this agreement. +! +! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS +! PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +! KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY +! WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY +! OR FITNESS FOR A PARTICULAR PURPOSE +! +! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT +! NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, +! INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +! DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED +! AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +! LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +! ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE +! EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +! POSSIBILITY OF SUCH DAMAGES. +! +! $XConsortium: system.mwmrc /main/9 1996/10/25 11:45:42 drk $ +! +! HISTORY +! + +!! +!! DEFAULT Mwm RESOURCE DESCRIPTION FILE (system.mwmrc) +!! +!! NOTE: To personalize this file, copy this file before editing it. +!! Personalize copies of the Mwm resource file typically +!! reside as: +!! +!! $HOME/.mwmrc +!! + +!! +!! Root Menu Description (this menu must be explicitly posted via f.menu) +!! + +Menu DefaultRootMenu +{ + "Root Menu" f.title + "New Window" f.exec "xterm &" + "Shuffle Up" f.circle_up + "Shuffle Down" f.circle_down + "Refresh" f.refresh + "Pack Icons" f.pack_icons +! "Toggle Behavior..." f.set_behavior + no-label f.separator + "Restart..." f.restart + "Quit..." f.quit_mwm + +} + +Menu RootMenu_1.1 +{ + "Root Menu" f.title + "New Window" f.exec "xterm &" + "Shuffle Up" f.circle_up + "Shuffle Down" f.circle_down + "Refresh" f.refresh +! "Pack Icons" f.pack_icons +! "Toggle Behavior" f.set_behavior + no-label f.separator + "Restart..." f.restart +} + +!! +!! Default Window Menu Description +!! + +Menu DefaultWindowMenu +{ + Restore _R AltF5 f.restore + Move _M AltF7 f.move + Size _S AltF8 f.resize + Minimize _n AltF9 f.minimize + Maximize _x AltF10 f.maximize + Lower _L AltF3 f.lower + no-label f.separator + Close _C AltF4 f.kill +} + + +!! +!! Key Binding Description +!! + +Keys DefaultKeyBindings +{ + ShiftEscape window|icon f.post_wmenu + Altspace window|icon f.post_wmenu + AltTab root|icon|window f.next_key + Alt ShiftTab root|icon|window f.prev_key + AltEscape root|icon|window f.circle_down + Alt ShiftEscape root|icon|window f.circle_up + Alt Shift Ctrlexclam root|icon|window f.set_behavior + AltF6 window f.next_key transient + Alt ShiftF6 window f.prev_key transient + ShiftF10 icon f.post_wmenu +! Alt ShiftDelete root|icon|window f.restart +} + +!! +!! Button Binding Description(s) +!! + +Buttons DefaultButtonBindings +{ + icon|frame f.raise + icon|frame f.post_wmenu + root f.menu DefaultRootMenu +} + +Buttons ExplicitButtonBindings +{ + frame|icon f.raise + frame|icon f.post_wmenu + root f.menu DefaultRootMenu +! icon f.restore + Alt window|icon f.lower +! Alt window|icon f.resize +! Alt window|icon f.move + +} + +Buttons PointerButtonBindings +{ + frame|icon f.raise + frame|icon f.post_wmenu + root f.menu DefaultRootMenu + window f.raise +! icon f.restore + Alt window|icon f.lower +! Alt window|icon f.resize +! Alt window|icon f.move +} + +!! +!! END OF mwm RESOURCE DESCRIPTION FILE +!!