mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
HEADS UP: (logging format change). use a custom pretty printer, for an easier format to parse, than 'show' produces
This commit is contained in:
@@ -412,4 +412,3 @@ shift n s = if and [n >= 0,n < size s,n /= tag (workspace (current s))]
|
||||
then maybe s go (peek s) else s
|
||||
where go w = foldr ($) s [view (tag (workspace (current s))),insertUp w,view n,delete w]
|
||||
-- ^^ poor man's state monad :-)
|
||||
|
||||
|
Reference in New Issue
Block a user