Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .xinitrc: Write ${DISPLAY} to .xdisplay file | P. J. McDermott | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | .xinitrc: Execute .xinitrc.d/* in the current environment | P. J. McDermott | 2018-06-05 | 1 | -1/+3 |
| | |||||
* | .xinitrc: Remove keychain cmd, run-parts instead | P. J. McDermott | 2018-06-05 | 1 | -3/+1 |
| | |||||
* | .xinitrc: Make keychain start only ssh-agent | P. J. McDermott | 2018-06-05 | 1 | -1/+2 |
| | |||||
* | .xinitrc: Add comment | P. J. McDermott | 2018-06-05 | 1 | -0/+1 |
| | |||||
* | .xinitrc: Don't run gpg-agent and gnome-keyring-daemon | P. J. McDermott | 2018-06-05 | 1 | -3/+0 |
| | | | | | | | gpg-agent is automatically started by gpg, and its socket location is predictable so no environment variables are needed. gnome-keyring-daemon is replaced with keychain. | ||||
* | .xinitrc: Run keychain | P. J. McDermott | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | .xinitrc: set -eu | P. J. McDermott | 2018-06-04 | 1 | -0/+2 |
| | |||||
* | .xinitrc: Set PATH | P. J. McDermott | 2018-06-04 | 1 | -0/+3 |
| | | | | This should fix dpmsmouse not running. | ||||
* | .xinitrc: Remove mpd command | P. J. McDermott | 2018-06-04 | 1 | -4/+0 |
| | | | | | mpd will be started by cron, via the .config/cron.reboot/mpd script in the mpd dotfiles repository. | ||||
* | .xinitrc: Remove anacron command | P. J. McDermott | 2018-06-04 | 1 | -3/+0 |
| | | | | | anacron will be started by cron, via .config/cron.reboot/anacron and .config/cron/anacron files in the anacron dotfiles repository. | ||||
* | Revert ".xinitrc: Run numlockx" | P. J. McDermott | 2018-06-03 | 1 | -2/+0 |
| | | | | | | This reverts commit 0122bdc499344a551c5c17474a6bf96eb9f56d4d. /etc/X11/Xsession.d/55numlockx already runs numlockx. | ||||
* | .xinitrc: Run numlockx | P. J. McDermott | 2018-06-03 | 1 | -0/+2 |
| | |||||
* | .fluxbox/startup: Move some WM-agnostic commands to .xinitrc | P. J. McDermott | 2018-06-03 | 1 | -0/+7 |
| | |||||
* | .xinitrc, .fluxbox/startup: Rearrange commands | P. J. McDermott | 2018-06-02 | 1 | -0/+3 |
| | |||||
* | .xinitrc: Start gnome-keyring-daemon | P. J. McDermott | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | .xinitrc: Start mpd | P. J. McDermott | 2016-03-14 | 1 | -0/+4 |
| | |||||
* | .xinitrc: Add SSH support | P. J. McDermott | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | .xinitrc: Run gpg-agent | P. J. McDermott | 2016-03-13 | 1 | -0/+2 |
| | |||||
* | .xinitrc: Load .exports | P. J. McDermott | 2016-03-07 | 1 | -0/+2 |
| | |||||
* | Implement session management (log out) | P. J. McDermott | 2016-03-06 | 1 | -2/+10 |
| | |||||
* | .xinitrc: New file | P. J. McDermott | 2016-03-05 | 1 | -0/+6 |