[clfswm-cvs] r331 - clfswm/src
Philippe Brochard
pbrochard at common-lisp.net
Sat Sep 25 19:48:33 UTC 2010
Author: pbrochard
Date: Sat Sep 25 15:48:33 2010
New Revision: 331
Log:
Update corners from present-windows to expose-windows-mode
Modified:
clfswm/src/config.lisp
Modified: clfswm/src/config.lisp
==============================================================================
--- clfswm/src/config.lisp (original)
+++ clfswm/src/config.lisp Sat Sep 25 15:48:33 2010
@@ -77,7 +77,7 @@
(defparameter *corner-main-mode-left-button*
'((:top-left open-menu)
(:top-right present-virtual-keyboard)
- (:bottom-right present-windows)
+ (:bottom-right expose-windows-mode)
(:bottom-left nil))
"Config(Corner group): Actions on corners in the main mode with the left mouse button")
@@ -91,14 +91,14 @@
(defparameter *corner-main-mode-right-button*
'((:top-left present-clfswm-terminal)
(:top-right ask-close/kill-current-window)
- (:bottom-right present-all-windows)
+ (:bottom-right expose-all-windows-mode)
(:bottom-left nil))
"Config(Corner group): Actions on corners in the main mode with the right mouse button")
(defparameter *corner-second-mode-left-button*
'((:top-left nil)
(:top-right nil)
- (:bottom-right present-windows)
+ (:bottom-right expose-windows-mode)
(:bottom-left nil))
"Config(Corner group): Actions on corners in the second mode with the left mouse button")
@@ -112,7 +112,7 @@
(defparameter *corner-second-mode-right-button*
'((:top-left nil)
(:top-right nil)
- (:bottom-right present-all-windows)
+ (:bottom-right expose-all-windows-mode)
(:bottom-left nil))
"Config(Corner group): Actions on corners in the second mode with the right mouse button")
More information about the clfswm-cvs
mailing list