]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad: remove outdated comment
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Jun 2018 06:18:29 +0000 (08:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Jun 2018 06:18:29 +0000 (08:18 +0200)
x11/xmonad/xmonad.hs

index bdee75d1a9d31e8498a52386890b47e5796c07a0..e55a3bd45d459d14525a12fbba798a20d8aee6c2 100644 (file)
@@ -58,10 +58,6 @@ avoidMaster = W.modify' $ \c -> case c of
 --
 -- The limit layout displays only one window in the lower pane, thanks to to
 -- Qantourisc (2010-06-12 15:15 CEST) for the hint to use TwoPane.
---
--- onWorkspace is used for a special layout for Gimp, thanks to Nathan Howell
--- (http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/) for this layout
--- (read on 2011-06-19).
 myLayoutHook =
     named "Default" (smartBorders $ Mirror tiled)
         ||| named "Full" (smartBorders Full)