summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/rbar.sh
AgeCommit message (Collapse)Author
2016-08-13Spend way too long fighting with wmiiLuke Shumaker
2016-02-27X11 systemd stuffLuke Shumaker
2015-10-04Be more careful about what happens when XDG_RUNTIME_DIR isn't set.Luke Shumaker
2015-04-20Be careful about shebangs, which shells are used, and what gets executedLuke 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-07wmii: put /n/ in $XDG_RUNTIME_DIRLuke Shumaker
2015-02-02wmii: button IDs 4 and 5 are the scroll wheelLuke Shumaker
2015-01-29wmii: Make rbar way coolerLuke Shumaker