/usr/share/afterstep/feels/feel.ICCCM is in afterstep-data 2.2.12-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 | ##########################################################################
#------------------------------------------------------------------------
# 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
#
# If time between Button Press and release events is short then the below
# value - that will be considered a click event :
# ClickTime 500
#
# 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
# The following two settings are usefull for thoise who prefered old afterstep 1.8 behaviour :
#To disable colored desktop cover use this :
#DontCoverDesktop
#To disable animated root background change use this :
#DontAnimateBackground
##########################################################################
# 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" 1
EndFunction
# Used to move windows on desktop
Function "Move-or-Iconify"
Move "Motion"
Iconify "Click"
EndFunction
# Window operations
Popup "Window"
Title "This window :"
ToggleLayer "Promote to Next Layer" 1
SmallMiniPixmap "normal/Windows"
ToggleLayer "Demote to Lower Layer" -1
SmallMiniPixmap "normal/WindowsBackground"
Move "Move"
SmallMiniPixmap "normal/WindowsMove"
WindowsDesk " - to desk #0" 0
SmallMiniPixmap "normal/Pager"
WindowsDesk " - to desk #1" 1
SmallMiniPixmap "normal/Pager"
WindowsDesk " - to desk #2" 2
SmallMiniPixmap "normal/Pager"
WindowsDesk " - to desk #3" 3
SmallMiniPixmap "normal/Pager"
Resize "Resize"
SmallMiniPixmap "normal/WindowsResize"
Maximize "Maximize 80%" 80 80
SmallMiniPixmap "normal/WindowsResize"
Maximize "Maximize 100%" 100 100
SmallMiniPixmap "normal/WindowsResize"
Fullscreen "Make Fullscreen"
SmallMiniPixmap "normal/WindowsResize"
Destroy "Kill"
SmallMiniPixmap "large/Stopsign"
Delete "Quit"
SmallMiniPixmap "normal/HandOnWindowCloseIcon"
Refresh "Redraw"
SmallMiniPixmap "normal/Recycle"
TakeWindowShot "Capture window image"
SmallMiniPixmap "normal/Camera4"
TakeFrameShot "Capture framed window image"
SmallMiniPixmap "normal/Camera4"
TakeScreenShot "Capture screen image"
SmallMiniPixmap "normal/Camera4"
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"
#
############################################################################
|