Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .xinitrc: Set QT_QPA_PLATFORMTHEME='gtk2' | Patrick McDermott | 2021-08-23 | 1 | -0/+1 |
| | | | | | | | Natively style VLC and any other Qt 5 applications. "gtk3" is also available but doesn't seem to work. https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#QGtkStyle | ||||
* | .xinitrc: Drop gpg-agent and gnome-keyring-daemon | Patrick McDermott | 2021-08-23 | 1 | -3/+0 |
| | | | | Let keychain spawn the agents. | ||||
* | .xinitrc: run-parts before startfluxbox | P. J. McDermott | 2021-08-22 | 1 | -2/+2 |
| | | | | | | | The eval command in .xinitrc.d/keychain needs to be run before running fluxbox and fbpanel, which both run applications. The keychain dialog won't have window decorations. | ||||
* | .xinitrc: Write ${DISPLAY} to .xdisplay file | P. J. McDermott | 2021-08-22 | 1 | -0/+2 |
| | |||||
* | .xinitrc: run-parts | P. J. McDermott | 2021-08-22 | 1 | -1/+3 |
| | |||||
* | .xinitrc: set -eu | P. J. McDermott | 2021-08-22 | 1 | -0/+2 |
| | |||||
* | .xinitrc: Set PATH | P. J. McDermott | 2021-08-22 | 1 | -0/+3 |
| | | | | | In case any .xinitrc.d/ or .fluxbox/startup.d/ scripts run anything in ~/bin/. | ||||
* | .xinitrc: Remove mpd command | P. J. McDermott | 2021-08-22 | 1 | -4/+0 |
| | | | | | mpd will be started by cron, via the .config/cron.reboot/mpd script in the mpd dotfiles repository. | ||||
* | .fluxbox/startup: Move some WM-agnostic commands to .xinitrc | P. J. McDermott | 2021-08-22 | 1 | -0/+10 |
| | |||||
* | .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 |