From: Simon Ruderich Date: Sun, 17 Jun 2018 06:18:29 +0000 (+0200) Subject: xmonad: remove outdated comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7f071b2ddfdf494267b3d1dc94009d1bffda3e6b;hp=74564eea4ee2c71e3aa4c9ace359da7f1744e195 xmonad: remove outdated comment --- diff --git a/x11/xmonad/xmonad.hs b/x11/xmonad/xmonad.hs index bdee75d..e55a3bd 100644 --- a/x11/xmonad/xmonad.hs +++ b/x11/xmonad/xmonad.hs @@ -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)