About: Customization Options   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Starting sawfish-ui gives you a lot of options to tweak. Here is an incomplete list of the tweaks: * Appearance - theming and theme related options * Bindings - key and mouse binding * Focus - focus mode options * Minimizing and Maximizing - mini/maximizing behaviour tweaks * Miscellaneous * Move/Resize * Placement - placement strategy for new windows * Sound - sound options * Workspaces - manages the number and the names of workspaces

AttributesValues
rdfs:label
  • Customization Options
rdfs:comment
  • Starting sawfish-ui gives you a lot of options to tweak. Here is an incomplete list of the tweaks: * Appearance - theming and theme related options * Bindings - key and mouse binding * Focus - focus mode options * Minimizing and Maximizing - mini/maximizing behaviour tweaks * Miscellaneous * Move/Resize * Placement - placement strategy for new windows * Sound - sound options * Workspaces - manages the number and the names of workspaces
dcterms:subject
dbkwik:sawfish/pro...iPageUsesTemplate
abstract
  • Starting sawfish-ui gives you a lot of options to tweak. Here is an incomplete list of the tweaks: * Appearance - theming and theme related options * Bindings - key and mouse binding * Focus - focus mode options * Minimizing and Maximizing - mini/maximizing behaviour tweaks * Miscellaneous * Move/Resize * Placement - placement strategy for new windows * Sound - sound options * Workspaces - manages the number and the names of workspaces This list is incomplete, because Sawfish extension can add customization categories. Whenever you see code like this (taken from the animate-move-window extension) (defgroup animate-move "Animate move" :group move) (defcustom animate-move-mode 'exp "The method of animated moving windows" :type (set exp lin) :group (move animate-move)) (defcustom animate-move-delay 10 "Animations rate in milliseconds" :type number :range (0 . nil) :group (move animate-move)) in the code of the extension, you will see the corresponding options in sawfish-ui. With defgroup the extension signals that it wants a seperate customization tab -- here it's a subtab of the Move tab. The defcustom statements define customization switches that show up in the animate-move tab.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software