Tomas Janousek
6ab136eb56
scripts/xmonadctl: Fix build
...
Fixes: bd5b969d9ba2 ("Apply hlint hints")
2021-10-20 15:24:55 +01:00
slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
Tomas Janousek
fc60ccb1fb
scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread}
2021-02-15 11:42:23 +00:00
Tomas Janousek
d70128418b
xmonadctl: Tidy help a bit
2021-02-15 11:42:23 +00:00
Tomas Janousek
eb752b15d8
Pass 0 to setClientMessageEvent where appropriate
...
Stop pretending it has anything to do with time, it's zero, and it's not
being read anywhere, we're passing the parameter only because
setClientMessageEvent needs one. We should switch to
setClientMessageEvent' and pass no data, but that would move the X11
dependency lower bound.
2021-02-15 11:42:23 +00:00
Tomas Janousek
a7bb1a776a
X.H.ServerMode: Move xmonadctl source code to scripts/
...
Makes it easier to build and maintain.
2021-02-15 11:42:23 +00:00