Details
/usr/X11R6/share/afterstep/feels/feel.ICCCM
ASCII text:
########################################################################## #------------------------------------------------------------------------ # Windows behaviour # # Alt-tab between windows, similar to Windows9x. For instance: # AutoReverse 0: default switching among the windows in one direction # AutoReverse 1: #1->#2->#3->#4 and then #4->#3->#2->#1 # AutoReverse 2: #1->#2->#3->#4 and then #4->#1->#3->#2 etc. AutoReverse 0 # # window switching through desks? #AutoTabThroughDesks # # Automatically raise a window if mouse stays > 500 msec on it # AutoRaise 500 # # While zapping, warp mouse pointer to Xzap 12 Yzap 12 # # Avoid problems with xpaint like applications which define their own icon # as a window and tell the window manager it's its icon KeepIconWindows # when application changes its name - hints will be updated and applied #FollowTitleChanges # # Don't push titlebar when clicked # Titlebarnopush # # Click on titlebar to focus window (ie put it in the foreground) # ClickToFocus # # Click on titlebar to raise window (ie put it in the foreground) ClickToRaise # # Focus on window until pointer gets in another one SloppyFocus # # Iconify to original place StubbornIcons # # Uniconify to original place StubbornPlacement # # Optimize icon placement # StubbornIconPlacement # # Give a name to each icon IconTitle # # Icons follow you on the desktop StickyIcons # # Don't jump to an icon while zapping windows # CirculateSkipIcons # # Center the screen on the current window while circulating #CenterOnCirculate # # Double click period in ms # ClickTime 150 # # Keep showing window while being moved if size<N% OpaqueMove 50 # # Keep showing window while being resized if size<N% OpaqueResize 50 # # Mouse pushing on screen edge : N% move EdgeScroll 100 100 # # To avoid unwanted moving, edges resist during N ms EdgeResistance 200 80 ########################################################################### # Initial Placement of the windows ############## # Old style (simplified) settings : # Place window in empty zones #SmartPlacement # Random window placement RandomPlacement # Windows can't chose where to place NoPPosition ########################################################################## # X server performance tweaks : #AppsBackingStore #BackingStore #SaveUnders # this will cause blue screen to come up on desktop changes even if desktop background # in the same on both desks : AnimateDeskChange # these defines how desktop cover (blue screen) is animated when withdrawn : # Available Types : # sliding 1 - 8 # shrinking 9 - 11 # melting 12 CoverAnimationSteps 12 CoverAnimationType 10 ########################################################################## # Misc stuff : #RecentSubmenuItems <number> # changes number of recently used submenu items displayed in poarent menu # Put a titlebar + various stuff on dialog boxes DecorateTransients # #KeepIconWindow #DontMoveOff #XorValue #MenusHigh #PagingDefault # ########################################################################## ########################################################################## # Cursor # # Cursor THISTYPE THISCURSOR where type is : # # 0 POSITION - used when initially placing windows # 1 TITLE - used in a window title-bar # 2 DEFAULT - used in windows that don't bother to set their cursor # 3 SYS - used in one of the title-bar buttons # 4 MOVE - used when moving or resizing windows. # 5 WAIT - used during an EXEC builtin command. # 6 MENU - used in a menus. # 7 SELECT - used for various builtin commands such as iconify. # 8 DESTROY - used for DESTROY and DELETE built-ins. # 9 TOP - used in the top side-bar of a window # 10 RIGHT - used in the right side-bar of a window # 11 BOTTOM # 12 LEFT # 13 TOP_LEFT # 14 TOP_RIGHT # 15 BOTTOM_LEFT # 16 BOTTOM_RIGHT # # while /usr/include/X11/cursorfont.h contains available cursors # #Cursor 0 Cursor 1 58 Cursor 2 68 Cursor 3 22 Cursor 4 120 Cursor 5 150 Cursor 6 60 Cursor 7 68 Cursor 8 88 Cursor 9 138 Cursor 10 96 Cursor 11 16 Cursor 12 70 Cursor 13 134 Cursor 14 136 Cursor 15 12 Cursor 16 14 ########################################################################## ########################################################################## # Functions # # Used to move icons on desktop Function "Move-or-Top" Move "Motion" RaiseLower "Click" ToggleLayer "DoubleClick" 0 1 EndFunction # Used to move windows on desktop Function "Move-or-Iconify" Move "Motion" Iconify "Click" EndFunction # Window operations Popup "Window" Title "This window :" MiniPixmap "mini-menu.xpm" TakeScreenShot "Take a shot of entire screen" MiniPixmap "mini-app.xpm" TakeWindowShot "Take a shot of the window" MiniPixmap "mini-app.xpm" TakeFrameShot "Take a shot of the entire window frame" MiniPixmap "mini-app.xpm" Move "Move" MiniPixmap "mini-as.xpm" WindowsDesk " - to desk #0" 0 MiniPixmap "mini-folder.xpm" WindowsDesk " - to desk #1" 1 MiniPixmap "mini-folder.xpm" WindowsDesk " - to desk #2" 2 MiniPixmap "mini-folder.xpm" WindowsDesk " - to desk #3" 3 MiniPixmap "mini-folder.xpm" Resize "Resize" MiniPixmap "mini-as.xpm" Raise "To foreground" MiniPixmap "mini-as.xpm" Lower "To background" MiniPixmap "mini-as.xpm" Maximize "Maximize 100%" 100 100 MiniPixmap "mini-as.xpm" Maximize "Maximize 80%" 80 80 MiniPixmap "mini-as.xpm" Destroy "Kill" MiniPixmap "mini-exit.xpm" Delete "Quit" MiniPixmap "mini-exit.xpm" Refresh "Redraw" MiniPixmap "mini-recycler.xpm" EndPopup # ########################################################################## ########################################################################## # Key binding : # # [Zap button] [Window ops] Title [Iconify] [Shade] [Quit] # # Zap switches to next window, if middle clicked switches to previous one while # right click open man file of the current window. # # Window ops lets you act on window geometry, size (...) if right clicked # asks which window you want to switch to. # # Iconify button iconifies current window, if right clicked it maximises it. # # Shade swallows window under titlebar and makes it sticky, if right clicked # it only makes it sticky, without swallowing it # # Quit closes current window, if right clicked it kills it ########################################################################## ########################################################################## # Calls # # There are 4 colums to the table # First column is the event (Mouse Click or Key Press) # Mouse 0 specify any click in a TitleBar box # Where can be 1 or 2 for first or second box # Mouse 1 is left button, 2 is middle, 3 is right # Second Column is where the click takes place # R = Root window (main background) # F = Window Frame (the corners) # S = Bottom bar # I = Icon Window # T = TitleBar # W = Application Window # Third Column is the Context (ie, modifier keys) # N = No modifiers # A = Any context except for inside the TitleBar Boxes # C = Control # S = Shift # M = Meta # Combos are allowed (eg, CS = Control+Shift) # Fourth Column is the action to take upon click : function, popup, or action # # Mouse actions # Mouse 1 R A PopUp "0" 0 Mouse 2 R A WindowList 2 Mouse 3 R A WindowList Mouse 1 1 A ChangeWindowUp Mouse 2 1 A GetHelp Mouse 3 1 A ChangeWindowDown Mouse 1 2 A Delete Mouse 2 2 A Destroy Mouse 3 2 A Destroy Mouse 1 3 A PopUp "Window Menu" Window Mouse 2 3 A WindowList 2 Mouse 3 3 A WindowList Mouse 1 4 A Shade Mouse 2 4 A Stick Mouse 3 4 A Stick Mouse 1 5 A PinMenu Mouse 2 5 A PinMenu Mouse 3 5 A PinMenu Mouse 1 6 A Iconify Mouse 2 6 A Maximize Mouse 3 6 A Maximize Mouse 1 7 A Delete Mouse 2 7 A WindowList 2 Mouse 3 7 A PopUp "Window menu" Window Mouse 1 FS A Resize Mouse 2 FS A Move Mouse 3 FS A Move Mouse 1 T A Function "Move-or-Top" Mouse 2 T A RaiseLower Mouse 3 T A RaiseLower Mouse 0 I A Function "Move-or-Iconify" # ############################################################################
AfterStep version 2.1.2