xaizek / euclid-wm (License: BSD 3-Clause) (since 2018-12-07)
A minimalist, tiling window manager for X11 that seeks to allow easy management of numerous windows entirely from the keyboard.
Commit 80386f43a0cd0bce6fb90a1e04f5fd5b7f368eaa

change makefile to include Xinerama
Author: wmdiem
Author date (UTC): 2010-08-01 15:03
Committer name: wmdiem
Committer date (UTC): 2010-08-01 15:03
Parent(s): 11d9f5c1817aeb825fcd82f522820a5240776d5d
Signing key:
Tree: 617d3fff210b2d2133b22a88363fc5e927051450
File Lines added Lines deleted
Makefile 1 1
File Makefile changed (mode: 100644) (index 6bda32c..9f8a4a9)
... ... CONFDIR = ${XDG_CONFIG_HOME}/euclid-wm
14 14
15 15 CC = cc -pedantic -Wall CC = cc -pedantic -Wall
16 16 CFLAGS = -O2 -g -std=c99 CFLAGS = -O2 -g -std=c99
17 LDFLAGS = -lX11
17 LDFLAGS = -lX11 -lXinerama
18 18
19 19 .PHONY: all install install_conf clean uninstall dist dist_clean .PHONY: all install install_conf clean uninstall dist dist_clean
20 20
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/euclid-wm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/euclid-wm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master