Bug 56724

Summary: K12LTSP: window move/resize changes
Product: [Retired] Red Hat Raw Hide Reporter: Jeff Johnson <jbj>
Component: sawfishAssignee: Havoc Pennington <hp>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-26 15:55:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnson 2001-11-26 15:34:55 UTC
Could you look at integrating the following configuration change from
K12LTSP? Thanks.

--- ./sawfish-0.38/lisp/sawfish/wm/commands/move-resize.jl.orig Sun Oct 28
14:37:28 2001
+++ ./sawfish-0.38/lisp/sawfish/wm/commands/move-resize.jl      Sun Oct 28
14:37:54 2001
@@ -48,14 +48,14 @@
   ;; todo:
   ;;  * obey the aspect ratio size hints

-  (defcustom move-outline-mode 'opaque
+  (defcustom move-outline-mode 'box
     "How windows being moved are animated: \\w"
     :type symbol
     :options (opaque box)
     :user-level novice
     :group move)

-  (defcustom resize-outline-mode 'opaque
+  (defcustom resize-outline-mode 'box
     "How windows being resized are animated: \\w"
     :type symbol
     :options (opaque box)

Comment 1 Havoc Pennington 2001-11-26 16:43:47 UTC
This seems appropriate for terminals but not really for the general default.