mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
XMonad stuff
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
dc4f6833d5
commit
36873bb31f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue