summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/config.sh
AgeCommit message (Collapse)Author
2015-09-19Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke Shumaker
# Conflicts: # .config/X11/clientrc # .config/bash/rc.sh # .config/cron/make-config # .config/emacs/custom.el # .config/emacs/init.el # .config/login.d/10_selected-editor.sh # .config/login.sh
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-19wmii: fix stuffLuke Shumaker
2015-02-06Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke Shumaker
Conflicts: .config/X11/clientrc .config/bash/rc.d/emacs.sh .config/cron/make-config .config/emacs/custom.el .config/emacs/init.el .config/git/config .config/login.sh .config/selected_editor .local/bin/config-path
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-02-02wmii: button IDs 4 and 5 are the scroll wheelLuke Shumaker
2015-01-29wmii: Make rbar way coolerLuke Shumaker
2015-01-29wmii: tidy upLuke Shumaker
2015-01-29wmii: 2 fixesLuke Shumaker
- unset _PATH in child processes - local=$(FAILURE) succeeds; delcare local on a separate line.
2015-01-29Re-jigger to use systemd for the process monitor for the window managerLuke Shumaker
2015-01-06wmii: {Not,}UrgentTag's arguments are actually flipped from the man page.Luke Shumaker
2015-01-06wmii: think harder about when to forkLuke Shumaker
2015-01-06wmii: mark local variables as localLuke Shumaker
2014-11-29stuffLuke Shumaker
2014-10-10clean up wmii configLuke Shumaker
2014-04-21fight with X11Luke Shumaker
2013-09-18wmii-hg: run xcompmgr to add window effects (such as transparency)Luke Shumaker
2013-09-18wmii-hg/lxpanel: Use a tango-dark based color themeLuke Shumaker
2013-08-14add .config/wmii-hg for bleeding wmiiLuke Shumaker