mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
37d553300f
Improved focus semantics. /client/*/ctl slay command. Find unresponsive clients on kill. Draw titlebars of floating clients differently. Hack to set window properties of programs: wihack command/libwmii_hack.so library. Added wmii.rc, on which rc.wmii now depends. The usual cleanup.
8 lines
128 B
Makefile
8 lines
128 B
Makefile
install: ${TARG:.1=.install}
|
|
uninstall: ${TARG:.1=.uninstall}
|
|
|
|
printinstall:
|
|
echo 'Install directories:'
|
|
echo ' Man: $(MAN)'
|
|
|