~ubuntu-branches/ubuntu/natty/sawfish/natty

« back to all changes in this revision

Viewing changes to OPTIONS

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-11-23 09:05:20 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20091123090520-m588qe37wtxzr2b5
Tags: upstream-1.5.3
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
;; window animation options
28
28
 
 
29
;; sawfish-ui does use a treeview by default, if you prefer the
 
30
;; notebook-style instead use: sawfish-ui --flatten
 
31
 
29
32
;;  (define-special-variable default-window-animator 'none
30
33
;;    "The default window animation mode. Options include none,
31
 
;;wireframe and solid.")
 
34
;;wireframe, solid, cross, elliptical and draft.")
32
35
 
33
36
;;  (define-special-variable anim-outline-icon-coords
34
37
;;    (cons (screen-width) (screen-height))
52
55
;;  (define-special-variable customize-command-classes '(default)
53
56
;;    "Also include commands of these classes the key bindings panel.
54
57
;;Add the `viewport' keyboard to make viewport commands show up.")
55
 
 
 
58
 
56
59
;; focus options
57
60
 
58
61
;;  (define-special-variable focus-mode 'click
59
62
;;     "When does the mouse pointer affect the input focus. Standard
60
 
;;modes are click, enter-exit, and enter-only.")
 
63
;;modes are click, enter-exit, enter-click, and enter-only.")
61
64
 
62
65
;;  (define-special-variable focus-click-through t
63
66
;;    "Click-to-focus mode passes the click through to the application.")
167
170
;;  (define-special-variable uniconify-to-current-viewport t
168
171
;;    "Windows uniconify to the current viewport.")
169
172
 
 
173
;;  (define-special-variable viewport-boundary-mode 'stop
 
174
;;    "How to act when passing the first or last workspace stop or wrap-around")
 
175
 
 
176
;;  (define-special-variable scroll-viewport-steps 1
 
177
;;    "Number of steps in which to scroll between viewports (less steps = faster scrolling)."
 
178
 
 
179
;; workspace options
 
180
 
170
181
;;  (define-special-variable workspace-boundary-mode 'stop
171
182
;;    "How to act when passing the first or last workspace, one of
172
183
;;`stop', `wrap-around' or `keep-going'")
173
184
 
174
 
;; workspace options
175
 
 
176
185
;;  (define-special-variable workspace-send-boundary-mode 'stop
177
186
;;    "How to act when passing the first or last workspace, while
178
187
;;moving a window, one of `stop', `keep-going', `wrap-around'")
234
243
;; move/resize options
235
244
 
236
245
;;  (define-special-variable move-outline-mode 'opaque
237
 
;;    "How windows being moved are animated, either `opaque' or `box'")
 
246
;;    "How windows being moved are animated, either opaque, box, cross, elliptical or draft")
238
247
 
239
248
;;  (define-special-variable resize-outline-mode 'opaque
240
 
;;    "How windows being resized are animated, either `opaque' or `box'")
 
249
;;    "How windows being resized are animated, either opaque, box, cross, elliptical or draft")
241
250
 
242
251
;;  (define-special-variable move-resize-raise-window nil
243
252
;;    "Raise windows when they are moved or resized.")
315
324
;;    "Beep when errors occur.")
316
325
 
317
326
;;  (define-special-variable error-destination 'standard-error
318
 
;;    "Where to display error messages; one of nowhere, screen, or
319
 
;;standard-error")
 
327
;;    "Where to display error messages; one of nowhere, screen,
 
328
;;standard-error or both")
320
329
 
321
330
;; tooltips options
322
331
 
354
363
;;    '(sticky ignored never-focus type maximized frame-style
355
364
;;      cycle-skip window-list-skip)
356
365
;;    "List of states in window-state-change-hook that should be tracked.")
357
 
;;  
 
366
;;
358
367
;;  (define-special-variable window-history-key-property 'WM_CLASS
359
368
;;    "Window property matched on.")
360
369
 
569
578
;;window is displayed. See the `display-message' function for more
570
579
;;details.")
571
580
 
 
581
;;  (define-special-variable prompt-font default-font
 
582
;;    "Font for prompt: \\w")
 
583
 
 
584
;;  (define-special-variable prompt-color (cons (get-color "black") (get-color "white"))
 
585
;;    "Prompt message's colors.")
 
586
 
 
587
;; tab options
 
588
 
 
589
;; (define-special-variable tab-left-dec-width 11
 
590
;;   "Width of tab's left-edge decoration")
 
591
 
 
592
;; (define-special-variable tab-right-dec-width 11
 
593
;;   "Width of tab's right-edge decoration")
 
594
 
 
595
;; (define-special-variable tab-left-margin 16 
 
596
;;   "Width of tab area's left-edge decoration")
 
597
 
 
598
 
 
599
;; (define-special-variable tab-right-margin 16
 
600
;;   "Width of tab area's right-edge decoration")
 
601
 
 
602
;; (define-special-variable tab-raise-on-hover nil
 
603
;;   "Raise Tabs on Hover")    
 
604
 
 
605
;; shrink-yank options
 
606
 
 
607
;; (define-special-variable shrink-window-minimum-size 10
 
608
;;   "The minimum height or width to which a window may be shrunk.")
 
609
 
 
610
;; (define-special-variable yank-window-minimum-visible 10
 
611
;;   "The minimum amount of window left visible, if yanked over the edge.")
 
612
 
 
613
;; infinite-desktop options
 
614
 
 
615
;; (define-special-variable infinite-desktop-p 1
 
616
;;   "Simulate an infinite desktop (Conflicts edge-flipping).")
 
617
 
 
618
;; (define-special-variable infinite-desktop.move-distance 64
 
619
;;   "Amount to move the workspace.")
 
620
 
 
621
;; (define-special-variable infinite-desktop.move-cursor-distance 32
 
622
;;   "Amount to move the cursor after moving the workspace.")
 
623
 
 
624
;; (define-special-variable infinite-desktop.stop-at-workspace-borders nil
 
625
;;   "Stop scrolling at workspace borders (Fixes warp-to-window bugs).")