All Projects → xmonad → X11

xmonad / X11

Licence: other
A Haskell binding to the X11 graphics library.

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to X11

clickgen
The hassle-free cursor building toolbox
Stars: ✭ 34 (-64.58%)
Mutual labels:  x11
x11-clipboard
x11 clipboard support for Rust
Stars: ✭ 28 (-70.83%)
Mutual labels:  x11
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-76.04%)
Mutual labels:  x11
xclicker
XClicker - Fast gui autoclicker for x11 linux desktops
Stars: ✭ 179 (+86.46%)
Mutual labels:  x11
HiDPI-Fixer
Qt app that automates fractional scaling configuration on X11 desktops
Stars: ✭ 118 (+22.92%)
Mutual labels:  x11
x11-cr
X11 bindings for Crystal language.
Stars: ✭ 32 (-66.67%)
Mutual labels:  x11
gow
GOW - stream games (and GUI) over Docker
Stars: ✭ 109 (+13.54%)
Mutual labels:  x11
code
~/code – tools distributed across all of my systems
Stars: ✭ 73 (-23.96%)
Mutual labels:  x11
gone
Where has my time gone?
Stars: ✭ 46 (-52.08%)
Mutual labels:  x11
desktop-tux
WIP desktop-goose clone for X11/Linux
Stars: ✭ 20 (-79.17%)
Mutual labels:  x11
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-78.12%)
Mutual labels:  x11
mcwm
mcwm window manager
Stars: ✭ 34 (-64.58%)
Mutual labels:  x11
gnome-gesture-improvements
Touchpad gesture improvements for GNOME on Wayland/X11
Stars: ✭ 53 (-44.79%)
Mutual labels:  x11
dxhd
daky's X11 Hotkey Daemon
Stars: ✭ 80 (-16.67%)
Mutual labels:  x11
tint3
A C++ rewrite of the tint2 panel
Stars: ✭ 39 (-59.37%)
Mutual labels:  x11
break-time
break timer that forces you to take a break
Stars: ✭ 13 (-86.46%)
Mutual labels:  x11
docker-ros-x11
A docker environment with ROS, Gazebo, X11 and Tensorflow
Stars: ✭ 29 (-69.79%)
Mutual labels:  x11
simple-opengl-loader
An extensible, cross-platform, single-header C/C++ OpenGL loader library.
Stars: ✭ 71 (-26.04%)
Mutual labels:  x11
magic-mirror-raspbian-lite
Magic Mirror for Raspbian Lite (works with Raspberry Pi Zero)
Stars: ✭ 25 (-73.96%)
Mutual labels:  x11
vswm
A very stupid window manager.
Stars: ✭ 28 (-70.83%)
Mutual labels:  x11

Haskell binding to the X11 graphics library Hackage Build Status

To build this package using Cabal directly from Git, you must run autoreconf before the usual Cabal build steps (configure/build/install). autoreconf is included in the GNU autoconf tools. There is no need to run the configure script: the cabal configure step will do this for you.

If you are building from a source tarball, you can just use the standard Cabal installation stanza:

cabal configure
cabal build
cabal install

Xinerama support is enabled by default if Xinerama headers are detected. To disable Xinerama support, add the --without-xinerama flag to configure-option:

cabal configure --configure-option="--without-xinerama"

However, if you are building from Git, X11 uses autoconf, so you need to have autoconf installed and run autoconf/autoheader before building:

autoconf
autoheader

or

autoreconf

You will need development versions of at least the X11, xrandr, and XScreenSaver libraries installed for the build to succeed; having the development version of the Xinerama library will enable some optional bindings.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].