[sawfish: 14/42] small fixes in edge.conf



commit 75ac964334f1f81daa81adca4e9f163e462975e4
Author: Christopher Roy Bratusek <nano tuxfamily org>
Date:   Sun Apr 10 09:41:09 2011 +0200

    small fixes in edge.conf

 lisp/sawfish/wm/edge/conf.jl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lisp/sawfish/wm/edge/conf.jl b/lisp/sawfish/wm/edge/conf.jl
index f51502e..08a3d38 100644
--- a/lisp/sawfish/wm/edge/conf.jl
+++ b/lisp/sawfish/wm/edge/conf.jl
@@ -26,7 +26,7 @@
 	  sawfish.wm.custom
 	  sawfish.wm.edge.actions)
 
-  (define-structure-alias edge-actions sawfish.wm.edge.conf)
+  (define-structure-alias edge-conf sawfish.wm.edge.conf)
 
   (defcustom edge-actions-enabled nil
     "Activate edges to perform various actions."
@@ -54,19 +54,19 @@
     :group edge-actions
     :type  (choice none viewport-drag flip-workspace flip-viewport))
 
-    (defcustom edge-flip-delay 250
+  (defcustom edge-flip-delay 250
     "Delay (in milliseconds) of flipping of viewport / workspace."
     :group edge-actions
     :type number
     :range (0 . nil))
 
-    (defcustom hot-spot-delay 250
+  (defcustom hot-spot-delay 250
     "Delay (in milliseconds) before activating a hot-spot."
     :group edge-actions
     :type number
     :range (0 . nil))
 
-    (defcustom hot-spots-corner-length 50
+  (defcustom hot-spots-corner-length 50
     "The size portion of the screen-border recognized as \"corners\",
 in pixels. Applies to both x and y direction."
     :type number



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]