Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | Luke Shumaker | |
2015-09-19 | Merge remote-tracking branch 'origin/master' into purdue-cs/master | Luke 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-19 | X11/clientrc: properly escape $DISPLAY for systemd | 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-04-13 | clean up XDG_RUNTIME_DIR handling | Luke Shumaker | |
2015-02-06 | fix, kinda | Luke Shumaker | |
2015-02-06 | Merge remote-tracking branch 'origin/master' into purdue-cs/master | Luke 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-06 | 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-03 | systemd: wmii@: do the handshake by attaching an FD to wmii itself | Luke Shumaker | |
2015-02-02 | window manager: do better error handling round my semaphore | Luke Shumaker | |
2015-01-29 | Merge remote-tracking branch 'origin/gluglugt60-par' into build64-par | Luke Shumaker | |
Conflicts: .config/login.sh .config/lxpanel/default/config .config/wmii-hg/config.sh | |||
2015-01-29 | vncserver requires xinitrc to be executable | Luke Shumaker | |
2015-01-29 | Re-jigger to use systemd for the process monitor for the window manager | Luke Shumaker | |
2014-04-16 | X11/clientrc: dissable xinitrc.d | Luke Shumaker | |
2014-04-16 | fix X11/clientrc's xinitrc.d loading | Luke Shumaker | |
2014-04-03 | Add changes from the Purdue branch | Luke Shumaker | |
2012-10-15 | move the X11 config files to .config/X11, add a serverrc file | Luke Shumaker | |
remove extra newline from .config/X11/login |