From owner-freebsd-hackers Tue May 16 11:32:33 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.rdc1.ct.home.com (ha1.rdc1.ct.home.com [24.2.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 05C9C37B9B4 for ; Tue, 16 May 2000 11:32:28 -0700 (PDT) (envelope-from tsikora@home.com) Received: from home.com ([24.2.168.186]) by mail.rdc1.ct.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000516183227.LKME18096.mail.rdc1.ct.home.com@home.com> for ; Tue, 16 May 2000 11:32:27 -0700 Message-ID: <3921949C.657643A3@home.com> Date: Tue, 16 May 2000 14:34:04 -0400 From: Ted Sikora Reply-To: tsikora@powerusersbbs.com Organization: Jtl Development X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en-US,en-GB MIME-Version: 1.0 To: "freebsd-hackers@FreeBSD.ORG" Subject: Motif paging Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's been a while since I used mwm. I installed the OpenMotif Metrolink binaries and have mwm running. It's just as solid as I remember it. One problem I cannot get paging to work. On an old system I used to use the following worked for paging: .Xdefaults ----------- Mwm*windowMenu: MyWindowMenu Mwm*bitmapDirectory: /usr/X11R6/include/X11/icons !******************************* panning stuff ********* ! setup toggle_pinstate menu entry... ! NOTE - these pixmaps require fully qualified path names... ! see sample.mwmrc file for compete definition. Mwm*pinStateLabelType: PIXMAP Mwm*pinnedPixmap: pinned Mwm*unpinnedPixmap: unpinned ! setup which clients and icons are pinned Mwm*Mwm.clientPinned: True Mwm*iconPinned: True Mwm*xclock.clientPinned: True ! Setup the panning menu Mwm*GotoMenuColor*packing: PACK_COLUMN Mwm*GotoMenuColor*orientation: HORIZONTAL Mwm*GotoMenuColor*alignment: ALIGNMENT_CENTER ! This stops all windows from being repositioned on-screen ! after a restart. Mwm*positionOnScreen: False .mwmrc ------------ # Menu for hopping to different locations on the virtual desktop. # The images should be kept in the location specified by # the "Mwm*bitmapDirectory:" resource. # See sample images in the images directory. The following # image references refer to bitmaps and pixmaps contained in # the examples/images/ directory. Menu GotoMenuColor { link f.goto 0,0 mail f.goto 0,2000 book.2 f.goto 0,4000 knife f.goto 0,6000 plugin f.goto 0,8000 } # Default Window Menu Description Menu MyWindowMenu { @pinned f.toggle_pin_state Restore _R AltF5 f.normalize Move _M AltF7 f.move Size _S AltF8 f.resize Minimize _n AltF9 f.minimize Maximize _x AltF10 f.maximize Refresh _f AltF2 f.refresh_win Lower _L AltF3 f.lower no-label f.separator Close _C AltF4 f.kill } # # key binding descriptions # Keys DefaultKeyBindings { ShiftEscape window|icon f.post_wmenu Metaspace window|icon f.post_wmenu MetaTab root|icon|window f.next_key Meta ShiftTab root|icon|window f.prev_key MetaEscape root|icon|window f.circle_up Meta ShiftEscape root|icon|window f.circle_down Meta Shift Ctrlexclam root|icon|window f.set_behavior MetaF6 window f.next_key transient Meta ShiftF6 window f.prev_key transient F4 icon f.post_wmenu Meta ShiftDelete root|icon|window f.restart AltF10 root|window|icon f.post_rmenu CtrlEscape root|window|icon f.normalize_and_raise_iconbox MetaUp window|root|icon f.pan 0,-100,1 MetaDown window|root|icon f.pan 0,100,1 MetaLeft window|root|icon f.pan -100,0,1 MetaRight window|root|icon f.pan 100,0,1 } # # button binding descriptions # Buttons DefaultButtonBindings { frame|icon f.raise frame|icon f.lower root f.menu Clients root f.menu GotoMenuColor root f.menu Control Meta window|icon f.move Meta window|icon f.resize Meta Shift window|icon f.minimize Meta Shift window|icon f.focus_color Meta Shift window|icon f.post_wmenu Meta root f.track_pan Meta root f.track_pan } Can anyone help me with this or direct me to a place with the info? Regards, -- Ted Sikora Jtl Development Group tsikora@powerusersbbs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message