summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/wmiirc
AgeCommit message (Collapse)Author
2018-03-21wmiirc: make the wmiirc action work with systemdLuke Shumaker
Because the new wmiirc won't be a direct child of `systemd --user` (why isn't it a subreaper!?), it won't notice if wmiirc crashes. But we don't expect it to do that. ¯\_(ツ)_/¯
2018-01-10wmii: Avoid letting other programs steal events from wmiircLuke Shumaker
2016-08-13Spend way too long fighting with wmiiLuke Shumaker
2016-02-27X11 systemd stuffLuke Shumaker
2015-07-19wmii: Use systemd-notify instead of hitting the socket manuallyLuke 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-04systemd: Add and use wm@$DISPLAY.targetLuke Shumaker
wm@.target to change the default window manager. Create wm@$DISPLAY to override for a particular display
2015-01-29wmii: 2 fixesLuke Shumaker
- unset _PATH in child processes - local=$(FAILURE) succeeds; delcare local on a separate line.
2014-11-29stuffLuke Shumaker
2014-07-10stuffLuke Shumaker
2013-08-14add .config/wmii-hg for bleeding wmiiLuke Shumaker