mono.uwmrc

来自「最简单的窗口管理器」· UWMRC 代码 · 共 90 行

UWMRC
90
字号
#/************************************************************************# *									*# *		      Placed in the public domain by			*# *		Digital Equipment Corporation, Maynard, MA		*# *									*# *	The information in this software is subject to change without	*# *	notice and should not be construed as a commitment by Digital	*# *	Equipment Corporation.  Digital makes no representations	*# *	about suitability of this software for any purpose. It is	*# *	supplied "as is" without express or implied warranty.		*# *									*# ************************************************************************/##/*# * MODIFICATION HISTORY# *# * 000 -- M. Gancarz, DEC Ultrix Engineering Group# */# SCCSID="@(#)mono.uwmrc	3.9	1/24/86"## mono.uwmrc - Startup file for the "uwm" window manager on a system#		with at least 4 planes AND a monochrome monitor## This file is normally kept in your home directory and is read by an# invocation of "uwm" in your .login or .profile.###resetvariables;resetbindings;resetmenusdelta=15freezegridhiconpad=5hmenupad=6iconfont=oldengmenufont=timrom12bresizefont=helv12b#reverseviconpad=5vmenupad=3volume=7zap## Mouse button/key maps## FUNCTION	KEYS	CONTEXT		BUTTON		MENU(if any)f.menu =	meta	:	:	left down	:"WINDOW OPS"f.beep =	meta	:	:	middle downf.menu =	meta	:	:	right down	:"  CREATE WINDOW  "## The following bindings are for "hands-free" operation using the LOCK key.#f.menu =	lock	:	:	left down	:"WINDOW OPS"f.beep =	lock	:	:	middle downf.menu =	lock	:	:	right down	:"  CREATE WINDOW  "## MENU DEFINITIONS#menu = "  CREATE WINDOW  " {Black:		!"xterm -r -bw 3 &"White:		!"xterm -bw 3 &""Gray #1":	!"xterm -bw 3 -bg LimeGreen -fg Black &""Gray #2":	!"xterm -bw 3 -bg MediumSeaGreen -fg White &""Gray #3":	!"xterm -bw 3 -bd White -bg DarkSlateGray -fg White &"}menu = "WINDOW OPS" {"(De)Iconify":		f.iconifyMove:			f.moveResize:			f.resizeLower:			f.lowerRaise:			f.raise"Others     -->":	f.menu:"EXTENDED WINDOW OPS"}menu = "EXTENDED WINDOW OPS" {Iconify @ New Position:		f.newiconifyFocus Keyboard on Window:	f.focusFreeze All Windows:		f.pauseCirculate Windows Up:		f.circleupCirculate Windows Down:		f.circledownRefresh All Windows:		f.refresh}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?