XMonad stuff

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-03-12 23:06:53 +01:00
parent dc4f6833d5
commit 36873bb31f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -246,7 +246,7 @@ myEventHook = ewmhDesktopsEventHook <+> fullscreenEventHook
-- Perform an arbitrary action on each internal state change or X event.
-- See the 'XMonad.Hooks.DynamicLog' extension for examples.
--
myLogHook = return ()
myLogHook = updatePointer (0.5, 0.5) (1, 1)
------------------------------------------------------------------------
-- Startup hook