diff options
author | Martin Perner <martin@perner.cc> | 2011-08-30 21:06:57 +0200 |
---|---|---|
committer | Martin Perner <martin@perner.cc> | 2011-08-30 21:06:57 +0200 |
commit | bba4b08bb0056d44c3d1535e08ed0a32ed060f1f (patch) | |
tree | 71a8bbe05a2dd0845c8c3aa539928dd3c2c0fee1 /xmobar.cabal | |
parent | d17958115fbb80d5baf58830f33390cd21acedac (diff) | |
download | xmobar-bba4b08bb0056d44c3d1535e08ed0a32ed060f1f.tar.gz xmobar-bba4b08bb0056d44c3d1535e08ed0a32ed060f1f.tar.bz2 |
Init commit
handle doesn't get all events.
simple c program and simple haskell program are getting all of them.
there must be something in xmobar which catches about 3 of the
screenchange events ...
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index ecafe1d..bb46101 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -82,6 +82,7 @@ executable xmobar if true ghc-options: -funbox-strict-fields -Wall + extra-libraries: Xrandr if impl (ghc == 6.10.1) && arch (x86_64) ghc-options: -O0 |