From 5f6adec51d6c5c65b9f918f0882c57047080ee8f Mon Sep 17 00:00:00 2001 From: mail Date: Sun, 7 Oct 2007 10:32:16 +0200 Subject: NextWorkspace haddock improvement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I just added to the docs how to move a window to the next workspace _and_ switch to that (by >>’ing the two actions). Some users (like me, it seems) probably prefer that behaviour. Greetings, Joachim darcs-hash:20071007083216-c9905-da2a046cc90d3712177f19f0e2a61ac736cbb664.gz --- NextWorkspace.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NextWorkspace.hs b/NextWorkspace.hs index 8243a62..ae4f594 100644 --- a/NextWorkspace.hs +++ b/NextWorkspace.hs @@ -41,6 +41,12 @@ import {-# SOURCE #-} qualified Config (workspaces) -- > , ((modMask, xK_Left), prevWorkspace) -- > , ((modMask .|. shiftMask, xK_Right), shiftToNext) -- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev) +-- +-- If you want to follow the moved window, you can use both actions: +-- +-- > , ((modMask .|. shiftMask, xK_Right), shiftToNext >> nextWorkspace) +-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWorkspace) +-- -- %import XMonadContrib.RotView -- %keybind , ((modMask .|. shiftMask, xK_Right), rotView True) -- cgit v1.2.3