summaryrefslogtreecommitdiff
path: root/.config/X11/clientrc
AgeCommit message (Collapse)Author
2015-12-06Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke Shumaker
# Conflicts: # .config/X11/clientrc # .config/emacs/init.el
2015-10-04Be more careful about what happens when XDG_RUNTIME_DIR isn't set.Luke Shumaker
2015-09-24Be more careful about what happens when XDG_RUNTIME_DIR isn't set.Luke Shumaker
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-19X11/clientrc: properly escape $DISPLAY for systemdLuke 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-04-13clean up XDG_RUNTIME_DIR handlingLuke Shumaker
2015-02-06fix, kindaLuke 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-06stuffLuke Shumaker
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-03systemd: wmii@: do the handshake by attaching an FD to wmii itselfLuke Shumaker
2015-02-02window manager: do better error handling round my semaphoreLuke Shumaker
2015-01-29Merge remote-tracking branch 'origin/gluglugt60-par' into build64-parLuke Shumaker
Conflicts: .config/login.sh .config/lxpanel/default/config .config/wmii-hg/config.sh
2015-01-29vncserver requires xinitrc to be executableLuke Shumaker
2015-01-29Re-jigger to use systemd for the process monitor for the window managerLuke Shumaker
2014-04-16X11/clientrc: dissable xinitrc.dLuke Shumaker
2014-04-16fix X11/clientrc's xinitrc.d loadingLuke Shumaker
2014-04-03Add changes from the Purdue branchLuke Shumaker
2012-10-15move the X11 config files to .config/X11, add a serverrc fileLuke Shumaker
remove extra newline from .config/X11/login