Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | wmii: Use systemd-notify instead of hitting the socket manually | Luke Shumaker | |
2015-04-20 | Be careful about shebangs, which shells are used, and what gets executed | Luke Shumaker | |
Use - #!/hint/bash for bash that gets sourced (non-executable) - #!/hint/sh for sh(1) that gets sourced (non-executable) - #!/bin/sh for sh(1) that gets executed - #!/usr/bin/env bash for bash that gets executed To this end, also - Clean up a couple of related comments - Fix a couple of bash-isms that I noticed in sh(1) files - Fix permissions on a couple of files that get sourced | |||
2015-02-19 | wmii: fix stuff | Luke Shumaker | |
2015-02-04 | systemd: Add and use wm@$DISPLAY.target | Luke Shumaker | |
wm@.target to change the default window manager. Create wm@$DISPLAY to override for a particular display | |||
2015-02-02 | wmii: button IDs 4 and 5 are the scroll wheel | Luke Shumaker | |
2015-01-29 | wmii: Make rbar way cooler | Luke Shumaker | |
2015-01-29 | wmii: tidy up | Luke Shumaker | |
2015-01-29 | wmii: 2 fixes | Luke Shumaker | |
- unset _PATH in child processes - local=$(FAILURE) succeeds; delcare local on a separate line. | |||
2015-01-29 | Re-jigger to use systemd for the process monitor for the window manager | Luke Shumaker | |
2015-01-06 | wmii: {Not,}UrgentTag's arguments are actually flipped from the man page. | Luke Shumaker | |
2015-01-06 | wmii: think harder about when to fork | Luke Shumaker | |
2015-01-06 | wmii: mark local variables as local | Luke Shumaker | |
2014-11-29 | stuff | Luke Shumaker | |
2014-10-10 | clean up wmii config | Luke Shumaker | |
2013-09-18 | wmii-hg: run xcompmgr to add window effects (such as transparency) | Luke Shumaker | |
2013-09-18 | wmii-hg/lxpanel: Use a tango-dark based color theme | Luke Shumaker | |
2013-08-14 | add .config/wmii-hg for bleeding wmii | Luke Shumaker | |