Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | more systemd/x11 stuff | Luke Shumaker | |
2016-02-27 | X11 systemd stuff | Luke Shumaker | |
2015-10-04 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | Luke Shumaker | |
2015-07-19 | tidy | Luke Shumaker | |
2015-07-19 | X11/clientrc: properly escape $DISPLAY for systemd | Luke Shumaker | |
2015-04-20 | Teach Emacs about X11/modmap | 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-04-13 | X11: Arch's default xserverrc no longer looks at XDG_VTNR | Luke Shumaker | |
2015-02-07 | backport changes from cs-purdue | 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-07-31 | terminals: Make blue readable on the tango background | 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 | |
2013-10-12 | sett the urxvt colors to be tango | Luke Shumaker | |
2013-09-08 | Tidy up my xmodmap, also use capslock for the compose key | Luke Shumaker | |
2013-04-08 | add an emacs mode line to .config/X11/defaults | Luke Shumaker | |
2013-04-08 | urxvt: use default $TERM | Luke Shumaker | |
2013-01-26 | change for new urxvt | Luke Shumaker | |
2012-11-27 | use the system xserverrc | 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 |