summaryrefslogtreecommitdiff
path: root/.config/login.d/01_xdg.sh
AgeCommit message (Collapse)Author
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-04-13xdg.sh: include XDG_VTNRLuke Shumaker
2015-02-09xdg.sh: make readable by /bin/shLuke Shumaker
2015-02-07xdg: Only try to flock if opening the lockfile workedLuke Shumaker
2015-02-07backport changes from cs-purdueLuke Shumaker
2015-01-29split login.sh into login.dLuke Shumaker