Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | 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-07 | wmii: put /n/ in $XDG_RUNTIME_DIR | Luke Shumaker | |
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 | |