~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to lisp/sawfish/wm/custom-defaults.jl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;; custom-defaults.jl -- customize settings loaded if no user customization
2
 
;; $Id: custom-defaults.jl,v 1.3 2000/11/29 00:54:47 jsh Exp $
 
2
;; $Id: custom-defaults.jl,v 1.4 2002/04/20 20:59:15 jsh Exp $
3
3
 
4
4
;; Copyright (C) 2000 John Harper <john@dcs.warwick.ac.uk>
5
5
 
20
20
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21
21
 
22
22
(custom-set-typed-variable (quote workspace-geometry) (quote (4 1 . 1)) (quote workspace-geometry))
23
 
(custom-set-typed-variable (quote tooltips-show-doc-strings) (quote ()) (quote boolean))
24
 
(custom-set-typed-variable (quote warp-to-selected-windows) (quote ()) (quote boolean))
25
 
(custom-set-typed-variable (quote cycle-warp-pointer) (quote ()) (quote boolean))
26
 
(custom-set-typed-variable (quote focus-mode) (quote click) (quote symbol))
27
 
(custom-set-keymap (quote window-keymap) (quote (keymap (move-window-interactively . "W-Button1-Move") (popup-window-menu . "W-Button2-Click1") (raise-lower-window . "W-Button3-Click1") (lower-window . "W-Down") (raise-window . "W-Up") (raise-and-pass-through-click . "Button1-Click1"))))
28
 
(custom-set-variable (quote tooltips-enabled) t (quote tooltips))