summaryrefslogtreecommitdiff
path: root/wm/sawfish/PLIST
diff options
context:
space:
mode:
authorryoon <ryoon>2014-01-03 05:06:40 +0000
committerryoon <ryoon>2014-01-03 05:06:40 +0000
commitc7288c7c8d121c928a27a5d5051b950af2405ad9 (patch)
tree7c32dffee24e99080d039666f4999f520001e589 /wm/sawfish/PLIST
parentd6bc27c23d13f8012be369874951b5307eaae4de (diff)
downloadpkgsrc-c7288c7c8d121c928a27a5d5051b950af2405ad9.tar.gz
Update to 1.10
Changelog: 1.10 "Soundtropolis" ==================== * Updated or New dependencies - PangoX: no longer required * Bug Fixes - Always rebuild the list of marked windows in tabs when closing a marked window. [fuchur] - In `sawfish-config' fix the `make-choice-item' to properly support settings for the `Crux' theme. [Vedat Hallac] - Only allow a window to be tabbed, if the parent window's framestyle has support for tabs. (Note that in Sawfish different windows can have different framestyles) [fuchur] - `window-ops-menu' was still calling `resize-window-to-dimension' that didn't exist anymore since Sawfish 1.7. Use `resize-window-prompt' instead. [Christopher Bratusek] - Make "Sawfish Rootmenu" label an insensitive menu-item, so that clicking it while the root-menu pops up doesn't make the menu disappear immediately. [Christopher Bratusek] - In SawfishConfig you can select different cursor shapes for different buttons. Some of the definitions have been wrong and could crash Sawfish when choosing them. This is fixed now. [fuchur] - When a windows `max-width' or `max-height' would exceed 32767 (X11's maximum) it would result in odd window-behaviour (for example: no maximization button), this is fixed by capping the value at 32767. Originally reported with Firefox and Thunderbird 17.0 [Michael Panteleit] - Fixed grabbing key-bindings in SawfishConfig. [Christopher Bratusek] - Fixed non-working `$height-content' and `$width-content' in the mxflat theme [Robert Zenz] - Fixed remembering all window properties after switching workspaces [fuchur] * New Features - Tiling. [Jose A. Ortega Ruiz] [Christopher Bratusek] here are still minor hickups, but both `tall-tile' and `col-tile' are working (see also `lisp/sawfish/wm/tile/readme.org'): `tall-tile': one big (master) window on the left, small windows on the right `col-tile': tile windows as columns (recommended for multi-head configurations) ;; Example Tiling configuration in Sawfish's resource file (require 'sawfish.wm.tile.tile) (tall-tiling 0 #:width 1.75 #:top 0 #:bottom 0 #:gap 3 #:max 3 #:right nil #:resize t) (col-tiling 0 #:top 0 #:bottom 0 #:gap 3 #:cols 3 #:resize t) (bind-keys global-keymap "C-S-KP_Add" 'increase-max-windows "C-S-KP_Subtract" 'decrease-max-windows "C-M-KP_Add" 'increase-cols "C-M-KP_Subtract" 'decrease-cols "C-M-Right" 'tall-rotate-right "C-M-Left" 'tall-rotate-left "C-F11" 'next-tiling) - Added full compton integration (including autostarting compton with Sawfish). Compton is a fork of xcompmgr with many bug fixes and many improvements compared to the original. Using `sawfish-config' it is also possible to change most compton options directly from within Sawfish. [fuchur] - Make `focus-when-mapped' window-matcher chooseable from 'never 'maybe and 'always. 'never is suggested for KDE users to be applied to Plasma in order to prevent notification popups to take focus from currently active window (and possibly loosing keyboard input) [fuchur] - Completeley revised `resize-window-prompt'. Now display window's name and old width (respectively old height) when prompt for new values. Shows an information, if one of the given values is not actually a number. [Christopher Bratusek] - External Application modules. Those modules allow handling, setting-up and starting external applications during a sawfish session. See `doc/AUTOSTART' for additional notes on them. ++ `trayer' module. Handles a `trayer' (a system-tray) instance during a sawfish session. [Christopher Bratusek] ++ `xmobar' module. Handles a `xmobar' (an on-screen, very flexible bar, monitoring whatever you like) instance during a sawfish session. [Christopher Bratusek] ++ `xmodmap' module. Allows reading `~/.Xmodmap' on startup of Sawfish. Useful only if using Sawfish standalone without a session-manager that already does this. [Christopher Bratusek] ++ `xsettingsd' module. Handles a `xsettingsd' (a daemon implementing XSettings to provide GTK+2 application with information like what theme to use))instance during a sawfish session. [Christopher Bratusek] ++ `xgamma' module. Allows changing display's gamma settings on startup of Sawfish. [Christopher Bratusek] ++ `fehlstart' module. Handles a `fehlstart' (a simple, but yet flexible application launcher) instance during a sawfish session. [Christopher Bratusek] ++ `pancake' module. Handles a `pancake' (a simple desktop panel with pager, window-list, taskbar, tray) instance during a sawfish session [Christopher Bratusek] - Added `force-tab' window-matcher, forcing a window to be tabbed. [fuchur] - Added `window-type' window-matcher. This allows you to change the `_NET_WM_TYPE' of a window. Specifications explicitly state that the client (Sawfish in this case) is not allowed to do so. Still, we provide this ability in case of bogus applications and testing purposes, it is neither desired nor required for normal work. [fuchur] - Added `tab-group-windows-hook', triggered when changing or creating a tabgroup, returning all windows contained in the current tabgroup. [fuchur] * Removed Features - Removed `sawfish.wm.ext.expose' in favour of much more advanced tiling-functions. [Christopher Bratusek] * Miscellaneous Changes - Updated `Elberg-tabbed' and `gradient-tabbed' for tab-system as of Sawfish 1.9.1 [fuchur] - Wallpaper setter now has an option for setting wallpaper on startup. Image widget is now more robust. [Christopher Bratusek] - Improved default keymap for `titlebar' and `tabbar'. [fuchur] - Revived `decorate-transients', `menus-include-shortcuts' and `customize-show-symbols' defcustoms. These options are now adjustable from `sawfish-config' again. [Christopher Bratusek] - Give the `root-window' the property `'WINDOW_MANAGER' on startup with value `sawfish'. [Christopher Bratusek] - Updated `ru' and `pt_BR' translations via transifex. 1.9.1 "Voyager" =============== * Bug Fixes - `dimension' window-matcher does now properly restore the window's size [Robert Zenz] - When destroying a window marked for tabbing, before tabbing was done, tabbing didn't work anymore until Sawfish restarted. This is fixed now. [fuchur] - In `Makedefs.in' source `$(repexecdir)/rules.mk' as first, so that `--prefix' and co. from `configure' won't get overwritten. [Allin Cottrell] - In `tabs' some minor issues have been fixed, like correct `raise' or `sticky' tabs, and some issue with `move-resize' tabs. [fuchur] - Only allow '_NET_WM_WINDOW_TYPE_NORMAL to be marked as a tabbed window. [fuchur] * New Features - In tabbed-windowing it is now possible to add a whole tab-group to another tab-group, or a single window. By default the keybinding is `C-Button2-Off'. [fuchur] - Tabs now support `viewport-sticky' and `workspace-sticky'. [fuchur] - Tabs now support coloring the window-title in a different color, for windows, which are marked for tabbing. Currently only `StyleTab' uses this feature. [fuchur] * Miscellaneous Changes - In razor-qt integration module add `About Razor-Qt' help entry [Christopher Bratusek] - Replace `gdk_pixbuf_unref' by `g_object_unref' [Togan Muftuoglu] - Fix the address of FSF in all relevant files [Togan Muftuoglu] - Change cursor shape when working with tabs [fuchur] - Removed `sawfish.wm.util.marks', now implemented in `sawfish.wm.tabs.tab'. [fuchur] - Fix debian packaging scripts for Debian/Unstable, update install-sh to 2011-01-19.21, also remove NEWS and config.h.in upon `make gitclean'.[Christopher Bratusek] 1.9.0 "Next Dimensional World" ============================== * Updated or New dependencies - librep 0.92.0 -> 0.92.1 - rep-gtk 0.90.4 -> 0.90.7 - ssd 0.30 [optional, for built-in poweroff-menu] * Bug Fixes - When cursor-warping was enabled and user switched to a shaded window, the cursor warped to the position of the unshaded window. This is fixed now. [Christopher Bratusek] - When switching between tabbed themes from SawfishConfig, it could happens that there were `gaps' in the frame. This is fixed now. [Christopher Bratusek] - In SawfishConfig one could only grab key-bindings, but not mouse- or mixed mouse-key-bindings. This is fixed now. (Move mouse 20 pixels to grab a `Move' event). [Christopher Bratusek] - SawfishConfig became useless when Sawfish restarted. This is now worked-around by simply restarting SawfishConfig when Sawfish does. A new `before-restart-hook' has been added for this purpose. [Christopher Bratusek] - In EdgeActions `HotSpot', `HotMove' and `EdgeFlip', it was possible to trigger the same event multiple times at a time. This is fixed now. [Jeremy Hankins] - Fixed a bug in apps-menu, failing to generate the menu, if a desktop-file contains both Categories and the (errorneous) Category key, or only the later. [Matthew Love] - Fixed a bug in window-manager selection handling. Set all fields of the client message event. This prevents bugs, where Sawfish sometimes isn't able to replace another window-manager or aquiring the screen if no other WM is running. [Timo Korvola] - When making X request, we might receive and `select' will stuck. This is fixed now [Michal Maruska] - Avoid calling Xmap for gone windows. [Michal Maruska] - Fixed a possible segmentation fault in `leave_notify' [Michal Maruska] - In SawfishConfig the `choice' widget didn't work when the choices were numerical values. This is fixed now. [Christopher Bratusek] * Sawfish-MMC [Michal Maruska] Sawfish-MMC was a fork of Sawfish active, while the original Sawfish was inactive (2004-2007). Next follows a list of changes merged from Sawfish-MMC. - Only apply property changes if window as `refresh' property. - In the pixmap-cache append pixmaps to the age list, rather than prepending. - Extend `pixmap-cache-control' to reset and return more informations. - `pixmap-cache-images' returns all images in cache. - When initializing Sawfish, try to initialize XKB, too. - Misc: Drop unused `prog_name' from `display.c'. Call `XAddToSaveSet' from a better position in the code. Mar `mapped_not_override_p' static. Simplified `property_notify'. * EdgeAction changes [Christopher Bratusek] - New EdgeActions: x `HotMove'. Calls an EdgeAction when dragging a window over the edge. x `Expose'. Simple expose (one-shot tiling) EdgeAction (can also be used stand-alone). Original code by Mark Triggs. x `Expand'. Drag a window over the edge and it expand to the half-screen size. x `Show-Desktop'. Toggles between `show-desktop' and `hide-desktop'. x `Maximize'. Just for competitive reasons choosable from configurator. - `before-edge-action-hook' and `after-edge-action-hook'. While `enter-flipper-hook' and `leave-flipper-hook' simply respond to the mouse entering or leaving the flipper-window, the new hooks respond only when an EdgeAction was invoked. The two hooks pass the invoked EdgeAction, activated edge and a boolean `while-moving' value to the child-function (in that order). - Simplified, more robust EdgeFlip (flip-viewport and flip-workspace are now split). - Improved logic of blocking an action while another is already running. On one hand, see `Bug Fixes' above, on the other hand it's now ensured that we dont' activate an edge twice when dragging a window over it or when the pointer hits the edge via mouse-trapping. - New `move-window-to-corner' and `move-window-to-edge' helpers. - Updated EdgeAction documentation * SawfishConfig changes [Christopher Bratusek] - Updated and Improved widgets in SawfishConfig: x `file'. The file(-chooser) widget now uses GtkFileChooserButton in favour of the ancient GtkFileSelectionDialog. The GtkEntry and GtkVBox used as helpers became useless and are removed. x `font'. The font(-chooser) widget now uses GtkFontChooserButton in favour of the ancient GtkFontSelectionDialog. The GtkEntry used as helper became useless and is removed. x `choice', `symbol', `keymap', `frame-style'. Those widgets now use GtkComboBoxText in favour of ancient GtkCombo/GtkComboEntry. x `scheme-boolean'. This widget is now properly implemented. Old: two checkboxes. First for activating setting, second for choosing yes or no. New: only one checkbox, yes or no as usual, shows minus when unset. x `number'. The number-widget now has a `stepping' property, allowing to change the increment of a button-press on the spin-button. - New widgets in SawfishConfig: x `range'. The range widget represents an integer with a given range. Basically it uses a GtkScale instead of a GtkSpinButton, which results in a better user-experience for those values. x `image'. The image widget contains a preview and image-selector. The file-browser openend is setup to display previews, too. Original code by Lucas Pandolfo. - Removed widgets in SawfishConfig: x `program'. Just an alias to `file'. x All `gtk-only' widgets. Since Sawfish 1.5.0 those have been dummies, we don't use `libgnome', `libgnomeui' or `libgnomecanvas' anymore anyway. - New buttons. SawfishConfig now offers buttons to access Wiki, Help, ResourceFile and About. Additionally there's now a file-chooser for installing themes from `*.tar.*' files. - Widgets that depend on an disabled setting are now hidden instead of greyed-out. - Merged sawfish.cfg.widgets into sawfish.gtk.widgets. Old widgets aren't loaded anymore, even if present from an old installation. - All defcustoms do now have a property to change the position of the label. To change it, append on of the following to the doc-string: \\left \\right \\top \\bottom. Example: (defcustom test-var 'eclipse "This is just a test with label on top. \\top" :type (choice eclipse crosshair none) :group appearance) Of course that only works, if the label is a GtkLabel widget on it's own. * Theme/Theming changes [Christopher Bratusek] === spoiler === : StyleTab in Sawfish 1.9 add lots of new fancyness for the price of beeing slow. So if you experience a long startup-time of Sawfish, it's a feature, not a bug. : == /spoiler === - StyleTab changes [fuchur]: x The theme is now fully re-colorable. You can choose different colors for each button and the frame. Furthermore you can choose how much to dimm inactive frames (compared to active). x Majorly improved the grouping of options in StyleTab. x Added corners to frames (allowing resize with mouse at window-corners). x Available styles: Default (former Dark), WixDa (former Silver), Reduce, Smoothly and Glass (New). x Added hash-tables for images. - New themes: x Candido x Zami-like - Improved themes: x Gradient has been replaced by Gradient-tabbed. - Removed themes [still available from Wiki]: x get-S-tabbed x brushed-metal x simple x smaker x mono x gtk - New theme-related configuration-options [theme independent]: x Added an option to control the titlebar text position. If a theme draws something additional in the titlebar (eg. StyleTab draws an icon), refer to the functions `update-title-x-offsets', `update-title-y-offsets'. x Added an option to control the cursor-shape when hovering frame-buttons. x Added an option to change the font, depending on the window state. - Moved definitons for `previous-workspace-button' and `next-workspace-button' from StyleTab into Sawfish. * New Features - Added `cabinet' application-switcher. `cabinet' is an advanced application switcher for Sawfish. For more information please visit: http://sawfish.wikia.com/wiki/Cabinet [Wang HongQin] - Added `tab-group' window-matcher. It allows window to be auto-tabbed together, if they got the same `tab-group' property [fuchur] - Added `single-window-mode'. Basically this feature is known from OS-X, though it's implemented in a more strict way. The `single-window-mode' window should get all of the users attention. This is ensured by auto-iconifying any up-popping window, which is not in the same group. To additionally not annoy the user this is done without animation. Avoided or ignored windows are lowered. When `single-window-mode' is quit, the opposite happens. Also `single-window-mode' hooks into unmap-notify-hook to check whether the user wants to stop `single-window-mode' (by either closing or iconifying the window). Besides each workspace can hold it's own `single-window-mode'. - Added `mouse-trap' feature. It provides a method for moving the mouse to any place of the screen by zooming with just a few keystrokes. The mouse is warped to the center of the screen screen and a outline is drawn dividing the screen in 4 squares (like trapping the mouse on it). [Fernando Carmano Varo] [Christopher Bratusek] - Added `shade-stack' feature. It provides an alternative to `iconify-window'. Instead of iconifying a window or minizing it to a tray, the windows get shaded and sorted in a stack starting from the top-left corner (the number of columns can be changed). Combined with auto-unshade this offers - possibly - a better way of interacting with windows which aren't required at the moment. Original code by Luke Gorrie. [Christopher Bratusek] - Integrated settings for selecting wallpaper using an external command (eg: hsetroot). Applying settings to GNOME2 or XFCE4 is also supported. Original code by Lucas Pandolfo. [Christopher Bratusek] - Added `toggle-desktop' function. Toggles between `show-desktop' and `hide-desktop' - always logically correct. [Christopher Bratusek] * Miscellaneous Changes - Improved desktop-integration modules [Christopher Bratusek] x KDE integration: added entries for user-switch, hibernate, suspend, lock-screen, menu-editor. x XFCE integration: added entries for hibernate, suspend, lock-screen, menu-editor. x GNOME integration: added entry for lock-screen, menu-editor. x MATE integration: full integration module for MATE Desktop has been added. x Razor-Qt integration: full integration module for Razor-Qt has been added. x LXDE integration: basic integration module for LXDE has been added. - The fallback poweroff-menu now uses SSD `Sawfish-Session-Dialog', a companion to Sawfish, by default. Support for logout and lockdown has been added. [Christopher Bratusek] - Added a `filemanager' launcher. If set the Sawfish root-menu will show an `Open Home' entry. The KDE, GNOME, MATE, XFCE and LXDE integration modules will set the program accordingly, unless it's already user-defined. 1.8.1 "Sharp As A Knife" ======================== * Updated or New dependencies - librep 0.91.0 -> 0.92.0 * Bug Fixes - Fixed jump-or-exec failing when a window without WM_CLASS exists [Christopher Bratusek] - Fixed failing to uninstall Sawfish [Christopher Bratusek] * Miscellaneous Changes - EdgeActions changes [Christopher Bratusek]: + Load from `user.jl', rather than `wm.jl' + Add `edge-actions-enabled' variable in order to be able to completely disable EdgeActions (also via .sawfishrc) + Move all options into new `sawfish.wm.edge.conf' module (so they appear in the correct order now) + Updated documentation for EdgeActions - Fixed documentation for function `insert-workspace' [Christopher Bratusek] - Removed unused or unneeded 'default, 'viewort and 'advanced classes from command definitions [Christopher Bratusek] - Fixed two strings in mxflat theme [Christopher Bratusek] - Improved Requires in sawfish.pc [Christopher Bratusek] - Improved debian packaging-scripts [Ian Zimmermann, Christopher Bratusek] - Improved .desktop-files [Kim B. Heino] - Updated translations: + Spanish [gnome-es team] + German [gnome-de team] + Czech [gnome-cz team] + Malay [gnome-ms team] + Slovenian [gnome-sl team] - Updated OPTIONS file [Christopher Bratusek] 1.8.0 "(Omoiyari)" =============================== * Incompatible changes - Infinite-desktop and edge-flip needs updates. Open the configurator -> "Edge Actions". Changes will be easy. (Set 4 pull-downs, and you're done mostly. "Infinite-desktop" is renamed to "viewport-drag".) For more options, see "Edge Actions" below. If your `~/.sawfish/rc' opens related modules, delete those references. These modules are renamed, and you don't have to manually load them any more. - Renamed functions [Teika kazura] * Popup of operations-menu on a window, renamed from `popup-window-menu' to `popup-window-ops-menu' (both the function and command). Old names are still available. * Renamed window rename, from `rename-window-func' to `rename-window'. (Old name is still avialable.) The function `rename-window-interactive' is deleted. Use `(call-command 'rename-window)' instead. Even if the old names still remain, it is highly recommended to update. - Syntax-change in `jump-or-exec' [Christopher Bratusek] The previous `class' and `onfocused' parameters are now keys, and pass them as "#:match-class t/nil" or "#:onfocused value". Note that `match-class' is _boolean_; To pass a class, set `#:match-class t' and pass the class name to the argument `regex'. (*note Application Invocation::) - Apps-menu options `apps-menu-show-all' is deleted. See below for more. - User option `focus-ignore-pointer-events' is deleted. [Teika kazura] In fact, it's for internal use, and should not have been a user option. Use your favorite focus mode instead. - Animation related modules are renamed [Teika kazura] All are collected under `sawfish/wm/animation'. `window-anim.jl' -> `setup.jl', `outline.jl' -> `main.jl', `util/window-outline.jl' -> `modes.jl'. * Build and Installation - Fixed installation for non-root users [Stefano Sabatini] Previously when installing to a private directory as an ordinary user, the installation failed, because some files were forced to be installed in /usr. This is fixed now. - Session files installation [Christopher Bratusek] Now you can choose which session files (default: all) to install with these configure-options: * `--with/out-kde4session': enable or disable the installation of session files for KDE4. * `--with/out-gnome2session': enable or disable the installation of session files for GNOME2. * `--with/out-xdmsession': enable or disable the installation of session files for XDM (or other display-managers). - Spec-File compatibility for RHEL 6 beta [Kim B. Heino] - Debian-Scripts (mostly) updated to the new specification [Christopher Bratusek] * Bug fixes - Poweroff-menu fix [Teika Kazura, Christopher Bratusek] In Sawfish-1.7.0, poweroff related items in the popup menu couldn't be invoked, if run without any desktop environment. Fixed it. - Correctly build SawfishPager [Christopher Bratusek] It is ensured that SawfishPager builds correctly, by improving `sawfish.pc' file. - At focus in/out, correctly reports the mode [Timo Korvola] When `focus-in-hook' / `focus-out-hook' are called, Sawfish wrongly reported a focus change during a grab as "ungrabbed". Now it's reported as `while-grabbed'. - Window cycle among groups [Teika Kazura] Some windows were skipped in window cycles among groups. This is fixed. - No more crash at loading wrong theme code [Teika Kazura] From Sawfish-1.7.0, Sawfish used to crash when a theme with wrong code is loaded, but it's fixed. It's not complete, and for example some mxflat options make Sawfish crash. - Cancellation of `call-command' [Teika kazura] It used to print an error message when you cancel an interactive call of `call-command' with the escape key, but it doesn't any more. - KDE *.desktop files location [Teika Kazura] Previously, user's change of the variable `kde-desktop-directories' was ignored, but this is fixed. * New Features - Edge Actions [Christopher Bratusek] "Edge Actions" is a centralized way to invoke an action when the mouse pointer hits a screen-edge. It includes former "edge-flip" and "infinite-desktop" (now renamed to "viewport-drag"), and a new feature "hot-spot". Edge-flip and viewport-drag can be configured from the configurator "Edge Actions" group. Options are easy to understand. "Hot-spot" lets you assign an action to each screen-edge and -corner. An action has to be a lisp function, and can be set in `~/.sawfish/rc', like this: (defvar-setq top-left-corner-function (lambda () (display-message "hello world"))) Hot-spot variable names consist of position (e.g. top-left or bottom) + "edge"/"corner" + "function". Other related changes are: * Viewport-drag and edge-flip (of course hot-spot, too) can be chosen per direction, top-bottom and left-right. It's also possible to enable / disable dragging of a window for each of them. * It means a window can be dragged during viewport-drag, which was not possible. * There're two delay timers now, for edge-flip and hot-spot. Internal changes: * Codes are found in `sawfish.wm.edge.*'. You don't have to import them for ordinary use. * Low-level functions now have API in `sawfish.wm.edge.util' written in Lisp. - Replace running window manager with Sawfish [Timo Korvola] New command line option `--replace' is added. With it, Sawfish will replace the currently running window manager. It's done by "manager selection" defined in ICCCM secs 2.8 and 4.3. - Toggle-Or-Exec wrapper added to Jump-Or-Exec [Christopher Bratusek] `toggle-or-exec' is similar to jump-or-exec, but turns windows into quake-like drop-down/pop-up-windows. That means, when you have the toggle-window focused and press its keybinding again, it will be hidden. See the file `jump-or-exec.jl' for more detailed examples. - `iconify-on-leave' window-matcher [Christopher Bratusek] This new window-matcher is a companion to `toggle-or-exec'. When a window matched loses the focus, it gets hidden. Use this together with `toggle-or-exec' for greater toggle-window experience. - Error printing during initialization [Teika Kazura] When an error occurs during initialization, and if you don't customize the option `error-handler', then the error is reported to both the screen and standard-error. After Sawfish starts, it's printed to the standard-error only. - New function `report-commands' [Teika kazura] It returns the list of all commands. (*note Operations on Commands::). * Misc Changes - Tabs and themes [fuchur] A new, tab-capable, highly configurable theme "StyleTab" is added. It allows the tab-bar to appear in top, left, right, and bottom. Use a new window rule `title-position' for it. "StyleTab" is now the default theme. Many improvements in tab system are done. For example, stickiness change on a window applies to all other windows in the same tab group, though maybe not yet complete. (Please tell us things you noticed.) When you used a tab capable theme (Elberg-Tabbed or Get-S-Tabbed), you had to manually adjust positions by pixel, but it's not necessary any more. When a lot of windows are open, they should now be more responsive. - Application menu is fully customizable [Matthew Love] With the new option `apps-menu-filter', you can fully customize the application menu. For the full description, see *Note Applications Menu::. It replaces former options like `apps-menu-show-all' or `apps-menu-ignore-no-display'. - Per-window animation mode [Teika kazura] From the configurator "Window Rules" you can set the animation mode when iconified. (*note Animating Windows::) - Behavior modification at focus-in [Harald van Dijk] In order to support "gnome2-globalmenu", the reaction policy to `XFocusInEvent' is slightly modified. Sawfish doesn't emit `_NET_ACTIVE_WINDOW' if it's done by (un)grabbing the pointer. - Revised `get-window-by-*' functions [Christopher Bratusek] For the details, see *Note Window Attributes::, and *Note Getting Windows::. * Added functions `window-role' and `get-window-by-role' (return NET_WM_ROLE) * Deleted `get-window-by-name-re' and `get-window-by-class-re'. Use instead `get-window-by-name' or `get-window-by-class' with the new boolean option `#:regex'. (The old name is still supported.) * added `#:icon' switch to `get-window-by-name' to get a window via NET_WM_ICON_NAME (can be used with #:regex switch, too) * Commands to resize a window [Christopher Bratusek, Teika kazura] Four new commands to resize a window where you can specify the size by pixels are there. You're either prompted to type in the new size, or you can preset it in the configurator. For the new command `resize-window-to-preset-size', first you specify a size in the configurator. The focused window will be resized to that preset size on invocation. There're also commands to change only one of the height and width. `resize-window-prompt' prompts you to enter the new size. - Window-operation menu improvements [Christopher Bratusek] + The window-operation menu now honours window rules better. For example, if you have a window with `fixed-size' flag, the window-operations menu-entry `Resize' becomes unclickable. + The entries for moving and copying windows to another workspace are now bundled in the new `Workspace' sub-menu. - Translation related changes [Teika Kazura] + Added translator instructions in `po/README' file. + Before you run `po/make-pot' to generate `sawfish.pot', you now have to do `make all' at the top directory. Previously it was possible to produce wrong `sawfish.pot'. + Translation updates: Spanish [gnome-es team], German [gnome-de team], Simplified-Chinese [gnome-zh_CN team, Wang Lei], Norwegian/bokmål [gnome-no team] French [gnome-fr team], Czech [gnome-cs team] and Slovenian [gnome-sl team]. + Updated `sawfish.pot' and subsequently all `*.po'. Banished some bogus items in `sawfish.pot'. (Developer's personal extensions had sneaked in.) - Emacs sawfish-mode now indents `let-fluids' and let-loop correctly, provided by `sawfish.el' [Teika Kazura] - Turn `focus-ignore-pointer-events' into an internal variable (has wrongly been a user-option before) [Teika Kazura] - Documentations [Teika kazura] * Section on popup menus is rewritten. (*note Popup Menus::) * Functions which return window geometry are now clarified in the point of frames. * Correction: The function `commandp' can only take symbols as its argument. (*note Operations on Commands::) - SawfishConfig "Window rules" section changes [Teika Kazura] Category `Placement' is renamed to `Geometry'. The item `shade-hover' is moved to `appearance' category, and `fixed-size' to `geometry'. - Deletion of outdated features in command definition [Teika Kazura] Function `define-command-args' is deleted. In `define-command' function, the keyword argument `doc-key' is dropped.
Diffstat (limited to 'wm/sawfish/PLIST')
-rw-r--r--wm/sawfish/PLIST4455
1 files changed, 4065 insertions, 390 deletions
diff --git a/wm/sawfish/PLIST b/wm/sawfish/PLIST
index 5605b560615..9fb20148cd8 100644
--- a/wm/sawfish/PLIST
+++ b/wm/sawfish/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.20 2011/01/31 15:39:11 tnn Exp $
+@comment $NetBSD: PLIST,v 1.21 2014/01/03 05:06:40 ryoon Exp $
bin/sawfish
+bin/sawfish-about
bin/sawfish-client
bin/sawfish-config
include/sawfish/build.h
@@ -11,18 +12,16 @@ include/sawfish/sawfish_subrs.h
include/sawfish/server.h
info/sawfish.info
lib/pkgconfig/sawfish.pc
-lib/rep/${MACHINE_GNU_PLATFORM}/sawfish/client.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/DOC
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gradient.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gtk-style
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish-about
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish-menu
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/flippers.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/gradient.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/selection.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/x.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/selection.la
-lib/sawfish/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/x.la
+lib/rep/sawfish/client.la
+lib/sawfish/DOC
+lib/sawfish/gradient.la
+lib/sawfish/gtk-style
+lib/sawfish/sawfish-menu
+lib/sawfish/sawfish/wm/util/gradient.la
+lib/sawfish/sawfish/wm/util/selection.la
+lib/sawfish/sawfish/wm/util/x.la
+lib/sawfish/selection.la
+lib/sawfish/x.la
man/man1/sawfish-client.1
man/man1/sawfish-config.1
man/man1/sawfish.1
@@ -30,6 +29,7 @@ share/applications/sawfish.desktop
share/gnome/wm-properties/sawfish-wm.desktop
share/icons/hicolor/32x32/apps/sawfish-config.png
share/kde/apps/ksmserver/windowmanagers/sawfish.desktop
+share/locale/ak/LC_MESSAGES/sawfish.mo
share/locale/am/LC_MESSAGES/sawfish.mo
share/locale/ar/LC_MESSAGES/sawfish.mo
share/locale/az/LC_MESSAGES/sawfish.mo
@@ -51,6 +51,7 @@ share/locale/fi/LC_MESSAGES/sawfish.mo
share/locale/fr/LC_MESSAGES/sawfish.mo
share/locale/ga/LC_MESSAGES/sawfish.mo
share/locale/gl/LC_MESSAGES/sawfish.mo
+share/locale/hi_IN/LC_MESSAGES/sawfish.mo
share/locale/hu/LC_MESSAGES/sawfish.mo
share/locale/id/LC_MESSAGES/sawfish.mo
share/locale/it/LC_MESSAGES/sawfish.mo
@@ -83,382 +84,4056 @@ share/locale/vi/LC_MESSAGES/sawfish.mo
share/locale/wa/LC_MESSAGES/sawfish.mo
share/locale/zh_CN/LC_MESSAGES/sawfish.mo
share/locale/zh_TW/LC_MESSAGES/sawfish.mo
-share/sawfish/${PKGVERSION}/lisp/anim-outline.jl
-share/sawfish/${PKGVERSION}/lisp/anim-outline.jlc
-share/sawfish/${PKGVERSION}/lisp/apps-menu.jl
-share/sawfish/${PKGVERSION}/lisp/apps-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/audio-events.jl
-share/sawfish/${PKGVERSION}/lisp/audio-events.jlc
-share/sawfish/${PKGVERSION}/lisp/auto-raise.jl
-share/sawfish/${PKGVERSION}/lisp/auto-raise.jlc
-share/sawfish/${PKGVERSION}/lisp/beos-window-menu.jl
-share/sawfish/${PKGVERSION}/lisp/beos-window-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/custom.jl
-share/sawfish/${PKGVERSION}/lisp/custom.jlc
-share/sawfish/${PKGVERSION}/lisp/customize.jl
-share/sawfish/${PKGVERSION}/lisp/customize.jlc
-share/sawfish/${PKGVERSION}/lisp/cycle.jl
-share/sawfish/${PKGVERSION}/lisp/cycle.jlc
-share/sawfish/${PKGVERSION}/lisp/decode-events.jl
-share/sawfish/${PKGVERSION}/lisp/decode-events.jlc
-share/sawfish/${PKGVERSION}/lisp/describe.jl
-share/sawfish/${PKGVERSION}/lisp/describe.jlc
-share/sawfish/${PKGVERSION}/lisp/edge-flip.jl
-share/sawfish/${PKGVERSION}/lisp/edge-flip.jlc
-share/sawfish/${PKGVERSION}/lisp/edges.jl
-share/sawfish/${PKGVERSION}/lisp/edges.jlc
-share/sawfish/${PKGVERSION}/lisp/error-handler.jl
-share/sawfish/${PKGVERSION}/lisp/error-handler.jlc
-share/sawfish/${PKGVERSION}/lisp/gnome-int.jl
-share/sawfish/${PKGVERSION}/lisp/gnome-int.jlc
-share/sawfish/${PKGVERSION}/lisp/group-funs.jl
-share/sawfish/${PKGVERSION}/lisp/group-funs.jlc
-share/sawfish/${PKGVERSION}/lisp/groups.jl
-share/sawfish/${PKGVERSION}/lisp/groups.jlc
-share/sawfish/${PKGVERSION}/lisp/grow-pack.jl
-share/sawfish/${PKGVERSION}/lisp/grow-pack.jlc
-share/sawfish/${PKGVERSION}/lisp/gtkrc.jl
-share/sawfish/${PKGVERSION}/lisp/gtkrc.jlc
-share/sawfish/${PKGVERSION}/lisp/infinite-desktop.jl
-share/sawfish/${PKGVERSION}/lisp/infinite-desktop.jlc
-share/sawfish/${PKGVERSION}/lisp/kde-int.jl
-share/sawfish/${PKGVERSION}/lisp/kde-int.jlc
-share/sawfish/${PKGVERSION}/lisp/keymap.jl
-share/sawfish/${PKGVERSION}/lisp/keymap.jlc
-share/sawfish/${PKGVERSION}/lisp/launcher.jl
-share/sawfish/${PKGVERSION}/lisp/launcher.jlc
-share/sawfish/${PKGVERSION}/lisp/make-theme.jl
-share/sawfish/${PKGVERSION}/lisp/make-theme.jlc
-share/sawfish/${PKGVERSION}/lisp/marks.jl
-share/sawfish/${PKGVERSION}/lisp/marks.jlc
-share/sawfish/${PKGVERSION}/lisp/match-window.jl
-share/sawfish/${PKGVERSION}/lisp/match-window.jlc
-share/sawfish/${PKGVERSION}/lisp/maximize.jl
-share/sawfish/${PKGVERSION}/lisp/maximize.jlc
-share/sawfish/${PKGVERSION}/lisp/menus.jl
-share/sawfish/${PKGVERSION}/lisp/menus.jlc
-share/sawfish/${PKGVERSION}/lisp/move-resize.jl
-share/sawfish/${PKGVERSION}/lisp/move-resize.jlc
-share/sawfish/${PKGVERSION}/lisp/old-window-menu.jl
-share/sawfish/${PKGVERSION}/lisp/old-window-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/poweroff.jl
-share/sawfish/${PKGVERSION}/lisp/poweroff.jlc
-share/sawfish/${PKGVERSION}/lisp/prompt.jl
-share/sawfish/${PKGVERSION}/lisp/prompt.jlc
-share/sawfish/${PKGVERSION}/lisp/rects.jl
-share/sawfish/${PKGVERSION}/lisp/rects.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/apply.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/apply.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/config.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/config.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/group.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/group.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/i18n.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/i18n.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/layout.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/layout.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/layouts/keymaps.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/layouts/keymaps.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/main.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/main.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/shell.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/shell.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/slot.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/slot.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/utils.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/utils.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/command.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/command.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/event.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/event.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/frame-style.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/frame-style.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/icon.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/icon.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/keymap.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/keymap.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/match-window.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/match-window.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/modifier-list.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/modifier-list.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/workspace-geometry.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/widgets/workspace-geometry.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/wm.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/cfg/wm.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widget.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widget.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/alist.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/alist.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/color.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/color.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/file.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/file.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/font.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/font.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/list.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/list.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/pair.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/pair.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/program.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/program.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/scheme-boolean.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/scheme-boolean.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/simple-dialog.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/gtk/widgets/simple-dialog.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/animation/outline.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/animation/outline.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/autoload.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/cycle.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/cycle.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/describe.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/describe.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/groups.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/groups.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/grow-pack.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/grow-pack.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/help.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/help.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/jump-or-exec.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/jump-or-exec.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/launcher.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/launcher.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/move-cursor.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/move-cursor.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/move-resize.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/move-resize.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/poweroff.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/poweroff.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/raise-commands.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/raise-commands.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/shrink-yank.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/shrink-yank.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/size-window.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/size-window.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/slide-window.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/slide-window.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/viewport-extras.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/viewport-extras.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/viewport-linear.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/viewport-linear.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/x-cycle.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/commands/x-cycle.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/cursors.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/cursors.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/custom-defaults.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/custom-defaults.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/custom.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/custom.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/customize.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/customize.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/apps-menu.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/apps-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/audio-events.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/audio-events.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/auto-raise.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/auto-raise.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/beos-window-menu.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/beos-window-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/edge-flip.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/edge-flip.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/error-handler.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/error-handler.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/hide-dialogs.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/hide-dialogs.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/infinite-desktop.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/infinite-desktop.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/match-window.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/match-window.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/old-window-menu.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/old-window-menu.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/shade-hover.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/shade-hover.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/tooltips.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/tooltips.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/window-history.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/window-history.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/workspace-grid.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/ext/workspace-grid.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/focus.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/focus.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/frames.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/frames.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/gaol.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/gaol.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/gnome.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/gnome.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/kde.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/kde.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/xfce.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/integration/xfce.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/keymaps.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/keymaps.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/menus.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/menus.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/misc.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/misc.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/off-center.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/off-center.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/smart.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/smart.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/stagger.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/stagger.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/top-left.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/placement/top-left.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/server.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/server.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/init.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/init.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/load.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/load.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/save.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/session/save.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/stacking.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/stacking.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/configure.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/configure.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/iconify.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/iconify.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/ignored.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/ignored.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/maximize.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/maximize.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/mwm.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/mwm.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/open-look.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/open-look.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/shading.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/shading.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/transient.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/transient.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/wm-spec.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/state/wm-spec.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/swapper.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/swapper.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/tabs/tab.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/tabs/tab.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/tabs/tabgroup.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/tabs/tabgroup.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/theming/make-theme-preview.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/theming/make-theme-preview.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/theming/make-theme.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/theming/make-theme.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/user.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/user.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/compat.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/compat.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/decode-events.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/decode-events.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/display-window.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/display-window.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/display-wininfo.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/display-wininfo.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/edges.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/edges.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/font.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/font.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/groups.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/groups.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/gtkrc.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/gtkrc.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/keymap-diff.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/keymap-diff.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/keymap.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/keymap.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/marks.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/marks.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/nokogiri.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/nokogiri.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/ping.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/ping.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/play-audio.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/play-audio.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt-extras.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt-extras.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt-wm.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt-wm.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/prompt.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/recolor-image.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/recolor-image.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/rects.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/rects.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/stacking.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/stacking.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/window-order.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/window-order.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/window-outline.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/window-outline.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/with-output.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/with-output.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/workarea.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/util/workarea.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/viewport.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/viewport.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/window-anim.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/window-anim.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/windows.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/windows.jlc
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/workspace.jl
-share/sawfish/${PKGVERSION}/lisp/sawfish/wm/workspace.jlc
-share/sawfish/${PKGVERSION}/lisp/shade-hover.jl
-share/sawfish/${PKGVERSION}/lisp/shade-hover.jlc
-share/sawfish/${PKGVERSION}/lisp/shading.jl
-share/sawfish/${PKGVERSION}/lisp/shading.jlc
-share/sawfish/${PKGVERSION}/lisp/shrink-yank.jl
-share/sawfish/${PKGVERSION}/lisp/shrink-yank.jlc
-share/sawfish/${PKGVERSION}/lisp/tab.jl
-share/sawfish/${PKGVERSION}/lisp/tab.jlc
-share/sawfish/${PKGVERSION}/lisp/tabgroup.jl
-share/sawfish/${PKGVERSION}/lisp/tabgroup.jlc
-share/sawfish/${PKGVERSION}/lisp/tooltips.jl
-share/sawfish/${PKGVERSION}/lisp/tooltips.jlc
-share/sawfish/${PKGVERSION}/lisp/viewport-linear.jl
-share/sawfish/${PKGVERSION}/lisp/viewport-linear.jlc
-share/sawfish/${PKGVERSION}/lisp/window-history.jl
-share/sawfish/${PKGVERSION}/lisp/window-history.jlc
-share/sawfish/${PKGVERSION}/lisp/window-order.jl
-share/sawfish/${PKGVERSION}/lisp/window-order.jlc
-share/sawfish/${PKGVERSION}/lisp/window-outline.jl
-share/sawfish/${PKGVERSION}/lisp/window-outline.jlc
-share/sawfish/${PKGVERSION}/lisp/with-output.jl
-share/sawfish/${PKGVERSION}/lisp/with-output.jlc
-share/sawfish/${PKGVERSION}/lisp/x-cycle.jl
-share/sawfish/${PKGVERSION}/lisp/x-cycle.jlc
-share/sawfish/${PKGVERSION}/lisp/xfce-int.jl
-share/sawfish/${PKGVERSION}/lisp/xfce-int.jlc
-share/sawfish/${PKGVERSION}/sounds/focused.wav
-share/sawfish/${PKGVERSION}/sounds/iconify.wav
-share/sawfish/${PKGVERSION}/sounds/map-transient.wav
-share/sawfish/${PKGVERSION}/sounds/map.wav
-share/sawfish/${PKGVERSION}/sounds/maximize.wav
-share/sawfish/${PKGVERSION}/sounds/move-viewport.wav
-share/sawfish/${PKGVERSION}/sounds/shade.wav
-share/sawfish/${PKGVERSION}/sounds/switch-workspace.wav
-share/sawfish/${PKGVERSION}/sounds/unfocused.wav
-share/sawfish/${PKGVERSION}/sounds/uniconify.wav
-share/sawfish/${PKGVERSION}/sounds/unmap-transient.wav
-share/sawfish/${PKGVERSION}/sounds/unmap.wav
-share/sawfish/${PKGVERSION}/sounds/unmaximize.wav
-share/sawfish/${PKGVERSION}/sounds/unshade.wav
-share/sawfish/${PKGVERSION}/themes/Crux.tar.gz
-share/sawfish/${PKGVERSION}/themes/Elberg-tabbed.tar.gz
-share/sawfish/${PKGVERSION}/themes/absolute-e.tar.gz
-share/sawfish/${PKGVERSION}/themes/brushed-metal.tar.gz
-share/sawfish/${PKGVERSION}/themes/get-S-tabbed.tar.gz
-share/sawfish/${PKGVERSION}/themes/gradient.tar.gz
-share/sawfish/${PKGVERSION}/themes/gtk.tar.gz
-share/sawfish/${PKGVERSION}/themes/microGUI.tar.gz
-share/sawfish/${PKGVERSION}/themes/mono.tar.gz
-share/sawfish/${PKGVERSION}/themes/mxflat.tar.gz
-share/sawfish/${PKGVERSION}/themes/simple.tar.gz
-share/sawfish/${PKGVERSION}/themes/smaker.tar.gz
+share/sawfish/lisp/anim-outline.jl
+share/sawfish/lisp/anim-outline.jlc
+share/sawfish/lisp/apps-menu.jl
+share/sawfish/lisp/apps-menu.jlc
+share/sawfish/lisp/audio-events.jl
+share/sawfish/lisp/audio-events.jlc
+share/sawfish/lisp/auto-raise.jl
+share/sawfish/lisp/auto-raise.jlc
+share/sawfish/lisp/beos-window-menu.jl
+share/sawfish/lisp/beos-window-menu.jlc
+share/sawfish/lisp/compton.jl
+share/sawfish/lisp/compton.jlc
+share/sawfish/lisp/custom.jl
+share/sawfish/lisp/custom.jlc
+share/sawfish/lisp/customize.jl
+share/sawfish/lisp/customize.jlc
+share/sawfish/lisp/cycle.jl
+share/sawfish/lisp/cycle.jlc
+share/sawfish/lisp/decode-events.jl
+share/sawfish/lisp/decode-events.jlc
+share/sawfish/lisp/describe.jl
+share/sawfish/lisp/describe.jlc
+share/sawfish/lisp/edge-actions.jl
+share/sawfish/lisp/edge-actions.jlc
+share/sawfish/lisp/edge-conf.jl
+share/sawfish/lisp/edge-conf.jlc
+share/sawfish/lisp/edge-expand.jl
+share/sawfish/lisp/edge-expand.jlc
+share/sawfish/lisp/edge-flip.jl
+share/sawfish/lisp/edge-flip.jlc
+share/sawfish/lisp/edge-misc.jl
+share/sawfish/lisp/edge-misc.jlc
+share/sawfish/lisp/edge-util.jl
+share/sawfish/lisp/edge-util.jlc
+share/sawfish/lisp/edges.jl
+share/sawfish/lisp/edges.jlc
+share/sawfish/lisp/error-handler.jl
+share/sawfish/lisp/error-handler.jlc
+share/sawfish/lisp/fehlstart.jl
+share/sawfish/lisp/fehlstart.jlc
+share/sawfish/lisp/gnome-int.jl
+share/sawfish/lisp/gnome-int.jlc
+share/sawfish/lisp/group-funs.jl
+share/sawfish/lisp/group-funs.jlc
+share/sawfish/lisp/groups.jl
+share/sawfish/lisp/groups.jlc
+share/sawfish/lisp/grow-pack.jl
+share/sawfish/lisp/grow-pack.jlc
+share/sawfish/lisp/gtkrc.jl
+share/sawfish/lisp/gtkrc.jlc
+share/sawfish/lisp/hot-spots.jl
+share/sawfish/lisp/hot-spots.jlc
+share/sawfish/lisp/kde-int.jl
+share/sawfish/lisp/kde-int.jlc
+share/sawfish/lisp/keymap.jl
+share/sawfish/lisp/keymap.jlc
+share/sawfish/lisp/launcher.jl
+share/sawfish/lisp/launcher.jlc
+share/sawfish/lisp/lxde-int.jl
+share/sawfish/lisp/lxde-int.jlc
+share/sawfish/lisp/make-theme.jl
+share/sawfish/lisp/make-theme.jlc
+share/sawfish/lisp/match-window.jl
+share/sawfish/lisp/match-window.jlc
+share/sawfish/lisp/mate-int.jl
+share/sawfish/lisp/mate-int.jlc
+share/sawfish/lisp/maximize.jl
+share/sawfish/lisp/maximize.jlc
+share/sawfish/lisp/menus.jl
+share/sawfish/lisp/menus.jlc
+share/sawfish/lisp/mousetrap.jl
+share/sawfish/lisp/mousetrap.jlc
+share/sawfish/lisp/move-resize.jl
+share/sawfish/lisp/move-resize.jlc
+share/sawfish/lisp/old-window-menu.jl
+share/sawfish/lisp/old-window-menu.jlc
+share/sawfish/lisp/pancake.jl
+share/sawfish/lisp/pancake.jlc
+share/sawfish/lisp/poweroff.jl
+share/sawfish/lisp/poweroff.jlc
+share/sawfish/lisp/prompt.jl
+share/sawfish/lisp/prompt.jlc
+share/sawfish/lisp/razor-int.jl
+share/sawfish/lisp/razor-int.jlc
+share/sawfish/lisp/rects.jl
+share/sawfish/lisp/rects.jlc
+share/sawfish/lisp/sawfish/cfg/apply.jl
+share/sawfish/lisp/sawfish/cfg/apply.jlc
+share/sawfish/lisp/sawfish/cfg/config.jl
+share/sawfish/lisp/sawfish/cfg/config.jlc
+share/sawfish/lisp/sawfish/cfg/group.jl
+share/sawfish/lisp/sawfish/cfg/group.jlc
+share/sawfish/lisp/sawfish/cfg/i18n.jl
+share/sawfish/lisp/sawfish/cfg/i18n.jlc
+share/sawfish/lisp/sawfish/cfg/layout.jl
+share/sawfish/lisp/sawfish/cfg/layout.jlc
+share/sawfish/lisp/sawfish/cfg/layouts/keymaps.jl
+share/sawfish/lisp/sawfish/cfg/layouts/keymaps.jlc
+share/sawfish/lisp/sawfish/cfg/main.jl
+share/sawfish/lisp/sawfish/cfg/main.jlc
+share/sawfish/lisp/sawfish/cfg/shell.jl
+share/sawfish/lisp/sawfish/cfg/shell.jlc
+share/sawfish/lisp/sawfish/cfg/slot.jl
+share/sawfish/lisp/sawfish/cfg/slot.jlc
+share/sawfish/lisp/sawfish/cfg/wm.jl
+share/sawfish/lisp/sawfish/cfg/wm.jlc
+share/sawfish/lisp/sawfish/gtk/widget.jl
+share/sawfish/lisp/sawfish/gtk/widget.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/alist.jl
+share/sawfish/lisp/sawfish/gtk/widgets/alist.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/color.jl
+share/sawfish/lisp/sawfish/gtk/widgets/color.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/command.jl
+share/sawfish/lisp/sawfish/gtk/widgets/command.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/event.jl
+share/sawfish/lisp/sawfish/gtk/widgets/event.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/file.jl
+share/sawfish/lisp/sawfish/gtk/widgets/file.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/font.jl
+share/sawfish/lisp/sawfish/gtk/widgets/font.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/frame-style.jl
+share/sawfish/lisp/sawfish/gtk/widgets/frame-style.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/image.jl
+share/sawfish/lisp/sawfish/gtk/widgets/image.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/keymap.jl
+share/sawfish/lisp/sawfish/gtk/widgets/keymap.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/list.jl
+share/sawfish/lisp/sawfish/gtk/widgets/list.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/match-window.jl
+share/sawfish/lisp/sawfish/gtk/widgets/match-window.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/modifier-list.jl
+share/sawfish/lisp/sawfish/gtk/widgets/modifier-list.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/pair.jl
+share/sawfish/lisp/sawfish/gtk/widgets/pair.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/scheme-boolean.jl
+share/sawfish/lisp/sawfish/gtk/widgets/scheme-boolean.jlc
+share/sawfish/lisp/sawfish/gtk/widgets/simple-dialog.jl
+share/sawfish/lisp/sawfish/gtk/widgets/simple-dialog.jlc
+share/sawfish/lisp/sawfish/wm.jl
+share/sawfish/lisp/sawfish/wm.jlc
+share/sawfish/lisp/sawfish/wm/animation/main.jl
+share/sawfish/lisp/sawfish/wm/animation/main.jlc
+share/sawfish/lisp/sawfish/wm/animation/modes.jl
+share/sawfish/lisp/sawfish/wm/animation/modes.jlc
+share/sawfish/lisp/sawfish/wm/animation/setup.jl
+share/sawfish/lisp/sawfish/wm/animation/setup.jlc
+share/sawfish/lisp/sawfish/wm/autoload.jl
+share/sawfish/lisp/sawfish/wm/commands.jl
+share/sawfish/lisp/sawfish/wm/commands.jlc
+share/sawfish/lisp/sawfish/wm/commands/cycle.jl
+share/sawfish/lisp/sawfish/wm/commands/cycle.jlc
+share/sawfish/lisp/sawfish/wm/commands/describe.jl
+share/sawfish/lisp/sawfish/wm/commands/describe.jlc
+share/sawfish/lisp/sawfish/wm/commands/groups.jl
+share/sawfish/lisp/sawfish/wm/commands/groups.jlc
+share/sawfish/lisp/sawfish/wm/commands/grow-pack.jl
+share/sawfish/lisp/sawfish/wm/commands/grow-pack.jlc
+share/sawfish/lisp/sawfish/wm/commands/help.jl
+share/sawfish/lisp/sawfish/wm/commands/help.jlc
+share/sawfish/lisp/sawfish/wm/commands/jump-or-exec.jl
+share/sawfish/lisp/sawfish/wm/commands/jump-or-exec.jlc
+share/sawfish/lisp/sawfish/wm/commands/launcher.jl
+share/sawfish/lisp/sawfish/wm/commands/launcher.jlc
+share/sawfish/lisp/sawfish/wm/commands/move-cursor.jl
+share/sawfish/lisp/sawfish/wm/commands/move-cursor.jlc
+share/sawfish/lisp/sawfish/wm/commands/move-resize.jl
+share/sawfish/lisp/sawfish/wm/commands/move-resize.jlc
+share/sawfish/lisp/sawfish/wm/commands/poweroff.jl
+share/sawfish/lisp/sawfish/wm/commands/poweroff.jlc
+share/sawfish/lisp/sawfish/wm/commands/raise-commands.jl
+share/sawfish/lisp/sawfish/wm/commands/raise-commands.jlc
+share/sawfish/lisp/sawfish/wm/commands/shrink-yank.jl
+share/sawfish/lisp/sawfish/wm/commands/shrink-yank.jlc
+share/sawfish/lisp/sawfish/wm/commands/size-window.jl
+share/sawfish/lisp/sawfish/wm/commands/size-window.jlc
+share/sawfish/lisp/sawfish/wm/commands/slide-window.jl
+share/sawfish/lisp/sawfish/wm/commands/slide-window.jlc
+share/sawfish/lisp/sawfish/wm/commands/viewport-extras.jl
+share/sawfish/lisp/sawfish/wm/commands/viewport-extras.jlc
+share/sawfish/lisp/sawfish/wm/commands/viewport-linear.jl
+share/sawfish/lisp/sawfish/wm/commands/viewport-linear.jlc
+share/sawfish/lisp/sawfish/wm/commands/x-cycle.jl
+share/sawfish/lisp/sawfish/wm/commands/x-cycle.jlc
+share/sawfish/lisp/sawfish/wm/cursors.jl
+share/sawfish/lisp/sawfish/wm/cursors.jlc
+share/sawfish/lisp/sawfish/wm/custom-defaults.jl
+share/sawfish/lisp/sawfish/wm/custom-defaults.jlc
+share/sawfish/lisp/sawfish/wm/custom.jl
+share/sawfish/lisp/sawfish/wm/custom.jlc
+share/sawfish/lisp/sawfish/wm/customize.jl
+share/sawfish/lisp/sawfish/wm/customize.jlc
+share/sawfish/lisp/sawfish/wm/edge/actions.jl
+share/sawfish/lisp/sawfish/wm/edge/actions.jlc
+share/sawfish/lisp/sawfish/wm/edge/conf.jl
+share/sawfish/lisp/sawfish/wm/edge/conf.jlc
+share/sawfish/lisp/sawfish/wm/edge/expand.jl
+share/sawfish/lisp/sawfish/wm/edge/expand.jlc
+share/sawfish/lisp/sawfish/wm/edge/flip.jl
+share/sawfish/lisp/sawfish/wm/edge/flip.jlc
+share/sawfish/lisp/sawfish/wm/edge/hot-spots.jl
+share/sawfish/lisp/sawfish/wm/edge/hot-spots.jlc
+share/sawfish/lisp/sawfish/wm/edge/misc.jl
+share/sawfish/lisp/sawfish/wm/edge/misc.jlc
+share/sawfish/lisp/sawfish/wm/edge/util.jl
+share/sawfish/lisp/sawfish/wm/edge/util.jlc
+share/sawfish/lisp/sawfish/wm/edge/viewport-drag.jl
+share/sawfish/lisp/sawfish/wm/edge/viewport-drag.jlc
+share/sawfish/lisp/sawfish/wm/ext/apps-menu.jl
+share/sawfish/lisp/sawfish/wm/ext/apps-menu.jlc
+share/sawfish/lisp/sawfish/wm/ext/audio-events.jl
+share/sawfish/lisp/sawfish/wm/ext/audio-events.jlc
+share/sawfish/lisp/sawfish/wm/ext/auto-raise.jl
+share/sawfish/lisp/sawfish/wm/ext/auto-raise.jlc
+share/sawfish/lisp/sawfish/wm/ext/beos-window-menu.jl
+share/sawfish/lisp/sawfish/wm/ext/beos-window-menu.jlc
+share/sawfish/lisp/sawfish/wm/ext/cabinet.jl
+share/sawfish/lisp/sawfish/wm/ext/cabinet.jlc
+share/sawfish/lisp/sawfish/wm/ext/error-handler.jl
+share/sawfish/lisp/sawfish/wm/ext/error-handler.jlc
+share/sawfish/lisp/sawfish/wm/ext/hide-dialogs.jl
+share/sawfish/lisp/sawfish/wm/ext/hide-dialogs.jlc
+share/sawfish/lisp/sawfish/wm/ext/match-window.jl
+share/sawfish/lisp/sawfish/wm/ext/match-window.jlc
+share/sawfish/lisp/sawfish/wm/ext/mousetrap.jl
+share/sawfish/lisp/sawfish/wm/ext/mousetrap.jlc
+share/sawfish/lisp/sawfish/wm/ext/old-window-menu.jl
+share/sawfish/lisp/sawfish/wm/ext/old-window-menu.jlc
+share/sawfish/lisp/sawfish/wm/ext/shade-hover.jl
+share/sawfish/lisp/sawfish/wm/ext/shade-hover.jlc
+share/sawfish/lisp/sawfish/wm/ext/shade-stack.jl
+share/sawfish/lisp/sawfish/wm/ext/shade-stack.jlc
+share/sawfish/lisp/sawfish/wm/ext/single-window-mode.jl
+share/sawfish/lisp/sawfish/wm/ext/single-window-mode.jlc
+share/sawfish/lisp/sawfish/wm/ext/tooltips.jl
+share/sawfish/lisp/sawfish/wm/ext/tooltips.jlc
+share/sawfish/lisp/sawfish/wm/ext/wallpaper.jl
+share/sawfish/lisp/sawfish/wm/ext/window-history.jl
+share/sawfish/lisp/sawfish/wm/ext/window-history.jlc
+share/sawfish/lisp/sawfish/wm/ext/workspace-grid.jl
+share/sawfish/lisp/sawfish/wm/ext/workspace-grid.jlc
+share/sawfish/lisp/sawfish/wm/focus.jl
+share/sawfish/lisp/sawfish/wm/focus.jlc
+share/sawfish/lisp/sawfish/wm/frames.jl
+share/sawfish/lisp/sawfish/wm/frames.jlc
+share/sawfish/lisp/sawfish/wm/gaol.jl
+share/sawfish/lisp/sawfish/wm/gaol.jlc
+share/sawfish/lisp/sawfish/wm/integration/gnome.jl
+share/sawfish/lisp/sawfish/wm/integration/gnome.jlc
+share/sawfish/lisp/sawfish/wm/integration/kde.jl
+share/sawfish/lisp/sawfish/wm/integration/kde.jlc
+share/sawfish/lisp/sawfish/wm/integration/lxde.jl
+share/sawfish/lisp/sawfish/wm/integration/lxde.jlc
+share/sawfish/lisp/sawfish/wm/integration/mate.jl
+share/sawfish/lisp/sawfish/wm/integration/mate.jlc
+share/sawfish/lisp/sawfish/wm/integration/razor.jl
+share/sawfish/lisp/sawfish/wm/integration/razor.jlc
+share/sawfish/lisp/sawfish/wm/integration/xfce.jl
+share/sawfish/lisp/sawfish/wm/integration/xfce.jlc
+share/sawfish/lisp/sawfish/wm/keymaps.jl
+share/sawfish/lisp/sawfish/wm/keymaps.jlc
+share/sawfish/lisp/sawfish/wm/menus.jl
+share/sawfish/lisp/sawfish/wm/menus.jlc
+share/sawfish/lisp/sawfish/wm/misc.jl
+share/sawfish/lisp/sawfish/wm/misc.jlc
+share/sawfish/lisp/sawfish/wm/placement.jl
+share/sawfish/lisp/sawfish/wm/placement.jlc
+share/sawfish/lisp/sawfish/wm/placement/off-center.jl
+share/sawfish/lisp/sawfish/wm/placement/off-center.jlc
+share/sawfish/lisp/sawfish/wm/placement/smart.jl
+share/sawfish/lisp/sawfish/wm/placement/smart.jlc
+share/sawfish/lisp/sawfish/wm/placement/stagger.jl
+share/sawfish/lisp/sawfish/wm/placement/stagger.jlc
+share/sawfish/lisp/sawfish/wm/placement/top-left.jl
+share/sawfish/lisp/sawfish/wm/placement/top-left.jlc
+share/sawfish/lisp/sawfish/wm/prg/compton.jl
+share/sawfish/lisp/sawfish/wm/prg/compton.jlc
+share/sawfish/lisp/sawfish/wm/prg/fehlstart.jl
+share/sawfish/lisp/sawfish/wm/prg/fehlstart.jlc
+share/sawfish/lisp/sawfish/wm/prg/pancake.jl
+share/sawfish/lisp/sawfish/wm/prg/pancake.jlc
+share/sawfish/lisp/sawfish/wm/prg/trayer.jl
+share/sawfish/lisp/sawfish/wm/prg/trayer.jlc
+share/sawfish/lisp/sawfish/wm/prg/xgamma.jl
+share/sawfish/lisp/sawfish/wm/prg/xgamma.jlc
+share/sawfish/lisp/sawfish/wm/prg/xmobar.jl
+share/sawfish/lisp/sawfish/wm/prg/xmobar.jlc
+share/sawfish/lisp/sawfish/wm/prg/xmodmap.jl
+share/sawfish/lisp/sawfish/wm/prg/xmodmap.jlc
+share/sawfish/lisp/sawfish/wm/prg/xsettingsd.jl
+share/sawfish/lisp/sawfish/wm/prg/xsettingsd.jlc
+share/sawfish/lisp/sawfish/wm/server.jl
+share/sawfish/lisp/sawfish/wm/server.jlc
+share/sawfish/lisp/sawfish/wm/session/init.jl
+share/sawfish/lisp/sawfish/wm/session/init.jlc
+share/sawfish/lisp/sawfish/wm/session/load.jl
+share/sawfish/lisp/sawfish/wm/session/load.jlc
+share/sawfish/lisp/sawfish/wm/session/save.jl
+share/sawfish/lisp/sawfish/wm/session/save.jlc
+share/sawfish/lisp/sawfish/wm/stacking.jl
+share/sawfish/lisp/sawfish/wm/stacking.jlc
+share/sawfish/lisp/sawfish/wm/state/configure.jl
+share/sawfish/lisp/sawfish/wm/state/configure.jlc
+share/sawfish/lisp/sawfish/wm/state/iconify.jl
+share/sawfish/lisp/sawfish/wm/state/iconify.jlc
+share/sawfish/lisp/sawfish/wm/state/ignored.jl
+share/sawfish/lisp/sawfish/wm/state/ignored.jlc
+share/sawfish/lisp/sawfish/wm/state/maximize.jl
+share/sawfish/lisp/sawfish/wm/state/maximize.jlc
+share/sawfish/lisp/sawfish/wm/state/mwm.jl
+share/sawfish/lisp/sawfish/wm/state/mwm.jlc
+share/sawfish/lisp/sawfish/wm/state/open-look.jl
+share/sawfish/lisp/sawfish/wm/state/open-look.jlc
+share/sawfish/lisp/sawfish/wm/state/shading.jl
+share/sawfish/lisp/sawfish/wm/state/shading.jlc
+share/sawfish/lisp/sawfish/wm/state/transient.jl
+share/sawfish/lisp/sawfish/wm/state/transient.jlc
+share/sawfish/lisp/sawfish/wm/state/wm-spec.jl
+share/sawfish/lisp/sawfish/wm/state/wm-spec.jlc
+share/sawfish/lisp/sawfish/wm/swapper.jl
+share/sawfish/lisp/sawfish/wm/swapper.jlc
+share/sawfish/lisp/sawfish/wm/tabs/tab.jl
+share/sawfish/lisp/sawfish/wm/tabs/tab.jlc
+share/sawfish/lisp/sawfish/wm/tabs/tabgroup.jl
+share/sawfish/lisp/sawfish/wm/tabs/tabgroup.jlc
+share/sawfish/lisp/sawfish/wm/theming/make-theme-preview.jl
+share/sawfish/lisp/sawfish/wm/theming/make-theme-preview.jlc
+share/sawfish/lisp/sawfish/wm/theming/make-theme.jl
+share/sawfish/lisp/sawfish/wm/theming/make-theme.jlc
+share/sawfish/lisp/sawfish/wm/tile/col.jl
+share/sawfish/lisp/sawfish/wm/tile/col.jlc
+share/sawfish/lisp/sawfish/wm/tile/tall.jl
+share/sawfish/lisp/sawfish/wm/tile/tall.jlc
+share/sawfish/lisp/sawfish/wm/tile/tile.jl
+share/sawfish/lisp/sawfish/wm/tile/tile.jlc
+share/sawfish/lisp/sawfish/wm/tile/tiler.jl
+share/sawfish/lisp/sawfish/wm/tile/tiler.jlc
+share/sawfish/lisp/sawfish/wm/tile/utils.jl
+share/sawfish/lisp/sawfish/wm/tile/utils.jlc
+share/sawfish/lisp/sawfish/wm/user.jl
+share/sawfish/lisp/sawfish/wm/user.jlc
+share/sawfish/lisp/sawfish/wm/util/compat.jl
+share/sawfish/lisp/sawfish/wm/util/compat.jlc
+share/sawfish/lisp/sawfish/wm/util/decode-events.jl
+share/sawfish/lisp/sawfish/wm/util/decode-events.jlc
+share/sawfish/lisp/sawfish/wm/util/display-window.jl
+share/sawfish/lisp/sawfish/wm/util/display-window.jlc
+share/sawfish/lisp/sawfish/wm/util/display-wininfo.jl
+share/sawfish/lisp/sawfish/wm/util/display-wininfo.jlc
+share/sawfish/lisp/sawfish/wm/util/edges.jl
+share/sawfish/lisp/sawfish/wm/util/edges.jlc
+share/sawfish/lisp/sawfish/wm/util/events.jl
+share/sawfish/lisp/sawfish/wm/util/events.jlc
+share/sawfish/lisp/sawfish/wm/util/font.jl
+share/sawfish/lisp/sawfish/wm/util/font.jlc
+share/sawfish/lisp/sawfish/wm/util/groups.jl
+share/sawfish/lisp/sawfish/wm/util/groups.jlc
+share/sawfish/lisp/sawfish/wm/util/gtkrc.jl
+share/sawfish/lisp/sawfish/wm/util/gtkrc.jlc
+share/sawfish/lisp/sawfish/wm/util/keymap-diff.jl
+share/sawfish/lisp/sawfish/wm/util/keymap-diff.jlc
+share/sawfish/lisp/sawfish/wm/util/keymap.jl
+share/sawfish/lisp/sawfish/wm/util/keymap.jlc
+share/sawfish/lisp/sawfish/wm/util/nokogiri.jl
+share/sawfish/lisp/sawfish/wm/util/nokogiri.jlc
+share/sawfish/lisp/sawfish/wm/util/ping.jl
+share/sawfish/lisp/sawfish/wm/util/ping.jlc
+share/sawfish/lisp/sawfish/wm/util/play-audio.jl
+share/sawfish/lisp/sawfish/wm/util/play-audio.jlc
+share/sawfish/lisp/sawfish/wm/util/prompt-extras.jl
+share/sawfish/lisp/sawfish/wm/util/prompt-extras.jlc
+share/sawfish/lisp/sawfish/wm/util/prompt-wm.jl
+share/sawfish/lisp/sawfish/wm/util/prompt-wm.jlc
+share/sawfish/lisp/sawfish/wm/util/prompt.jl
+share/sawfish/lisp/sawfish/wm/util/prompt.jlc
+share/sawfish/lisp/sawfish/wm/util/recolor-image.jl
+share/sawfish/lisp/sawfish/wm/util/recolor-image.jlc
+share/sawfish/lisp/sawfish/wm/util/rects.jl
+share/sawfish/lisp/sawfish/wm/util/rects.jlc
+share/sawfish/lisp/sawfish/wm/util/stacking.jl
+share/sawfish/lisp/sawfish/wm/util/stacking.jlc
+share/sawfish/lisp/sawfish/wm/util/window-order.jl
+share/sawfish/lisp/sawfish/wm/util/window-order.jlc
+share/sawfish/lisp/sawfish/wm/util/with-output.jl
+share/sawfish/lisp/sawfish/wm/util/with-output.jlc
+share/sawfish/lisp/sawfish/wm/util/workarea.jl
+share/sawfish/lisp/sawfish/wm/util/workarea.jlc
+share/sawfish/lisp/sawfish/wm/viewport.jl
+share/sawfish/lisp/sawfish/wm/viewport.jlc
+share/sawfish/lisp/sawfish/wm/windows.jl
+share/sawfish/lisp/sawfish/wm/windows.jlc
+share/sawfish/lisp/sawfish/wm/workspace.jl
+share/sawfish/lisp/sawfish/wm/workspace.jlc
+share/sawfish/lisp/shade-hover.jl
+share/sawfish/lisp/shade-hover.jlc
+share/sawfish/lisp/shade-stack.jl
+share/sawfish/lisp/shade-stack.jlc
+share/sawfish/lisp/shading.jl
+share/sawfish/lisp/shading.jlc
+share/sawfish/lisp/shrink-yank.jl
+share/sawfish/lisp/shrink-yank.jlc
+share/sawfish/lisp/single-window-mode.jl
+share/sawfish/lisp/single-window-mode.jlc
+share/sawfish/lisp/tab.jl
+share/sawfish/lisp/tab.jlc
+share/sawfish/lisp/tabgroup.jl
+share/sawfish/lisp/tabgroup.jlc
+share/sawfish/lisp/tooltips.jl
+share/sawfish/lisp/tooltips.jlc
+share/sawfish/lisp/trayer.jl
+share/sawfish/lisp/trayer.jlc
+share/sawfish/lisp/viewport-drag.jl
+share/sawfish/lisp/viewport-drag.jlc
+share/sawfish/lisp/viewport-linear.jl
+share/sawfish/lisp/viewport-linear.jlc
+share/sawfish/lisp/wallpaper.jl
+share/sawfish/lisp/window-anim.jl
+share/sawfish/lisp/window-anim.jlc
+share/sawfish/lisp/window-history.jl
+share/sawfish/lisp/window-history.jlc
+share/sawfish/lisp/window-order.jl
+share/sawfish/lisp/window-order.jlc
+share/sawfish/lisp/window-outline.jl
+share/sawfish/lisp/window-outline.jlc
+share/sawfish/lisp/with-output.jl
+share/sawfish/lisp/with-output.jlc
+share/sawfish/lisp/x-cycle.jl
+share/sawfish/lisp/x-cycle.jlc
+share/sawfish/lisp/xfce-int.jl
+share/sawfish/lisp/xfce-int.jlc
+share/sawfish/lisp/xgamma.jl
+share/sawfish/lisp/xgamma.jlc
+share/sawfish/lisp/xmobar.jl
+share/sawfish/lisp/xmobar.jlc
+share/sawfish/lisp/xmodmap.jl
+share/sawfish/lisp/xmodmap.jlc
+share/sawfish/lisp/xsettingsd.jl
+share/sawfish/lisp/xsettingsd.jlc
share/sawfish/sawfish.png
+share/sawfish/sounds/focused.wav
+share/sawfish/sounds/iconify.wav
+share/sawfish/sounds/map-transient.wav
+share/sawfish/sounds/map.wav
+share/sawfish/sounds/maximize.wav
+share/sawfish/sounds/move-viewport.wav
+share/sawfish/sounds/shade.wav
+share/sawfish/sounds/switch-workspace.wav
+share/sawfish/sounds/unfocused.wav
+share/sawfish/sounds/uniconify.wav
+share/sawfish/sounds/unmap-transient.wav
+share/sawfish/sounds/unmap.wav
+share/sawfish/sounds/unmaximize.wav
+share/sawfish/sounds/unshade.wav
+share/sawfish/themes/Crux.tar.gz
+share/sawfish/themes/Elberg-tabbed.tar.gz
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/bottom-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/left-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/right-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-icon-title-images-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-icon-title-images-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Default/top-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/bottom-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/left-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/right-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-icon-title-images-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-icon-title-images-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Glass/top-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/README
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/bottom-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/left-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/right-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-icon-title-images-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-icon-title-images-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Reduce/top-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/bottom-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/left-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/right-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-icon-title-images-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-icon-title-images-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-left-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-left-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-right-border-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-right-border-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/Smoothly/top-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-left-border-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-left-border-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-right-border-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-right-border-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-border-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-border-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/bottom-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-right-border-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-right-border-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-border-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-border-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/left-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-bottom-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-left-border-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-left-border-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-tab-top-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-border-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-border-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/right-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-border-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-border-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-bottom-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-close-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-frame-type-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-icon-title-images-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-icon-title-images-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-iconify-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-left-border-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-left-border-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-lock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-maximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-menu-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-move-resize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-next-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-ontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-prev-last-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-raise-lower-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-rename-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-right-border-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-right-border-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-shade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-sticky-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-marked-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-marked-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-marked-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-tab-right-marked-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-cursor-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-cursor-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-nocursor-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-title-nocursor-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-left-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-left-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-left-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-left-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-right-corner-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-right-corner-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-right-corner-shaped-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-top-right-corner-shaped-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unlock-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unmaximize-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unontop-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unshade-button-ih.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-c.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-f.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-h.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-i.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-ic.png
+share/sawfish/themes/StyleTab/WixDa/top-frame-unsticky-button-ih.png
+share/sawfish/themes/StyleTab/theme.jl
+share/sawfish/themes/Zami-like.tar.gz
+share/sawfish/themes/absolute-e.tar.gz
+share/sawfish/themes/candido.tar.gz
+share/sawfish/themes/gradient-tabbed.tar.gz
+share/sawfish/themes/microGUI.tar.gz
+share/sawfish/themes/mxflat.tar.gz
share/xsessions/sawfish.desktop
-@pkgdir share/sawfish/themes
-@pkgdir share/sawfish/sounds