Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .fluxbox/keys: Make Alt+F[78] set window layer | P. J. McDermott | 2018-06-17 | 1 | -2/+2 |
| | |||||
* | .fluxbox/keys: Comment out non-working Alt+F7 & Alt+F8 | P. J. McDermott | 2018-06-17 | 1 | -2/+2 |
| | | | | StartMoving and StartResizing are mouse commands. | ||||
* | .fluxbox/keys: Make Alt+F3, not Alt+space open window menu | P. J. McDermott | 2018-06-17 | 1 | -2/+2 |
| | |||||
* | .XCompose.names: Add Taurinus X200 product page URL | P. J. McDermott | 2018-06-17 | 1 | -0/+2 |
| | |||||
* | bin/xsession: Replace "other" with "also" | P. J. McDermott | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | bin/xsession: Add "other" | P. J. McDermott | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | bin/xsession: Ensure DISPLAY is set | P. J. McDermott | 2018-06-15 | 1 | -0/+2 |
| | |||||
* | bin/xsession: Add column headings to sessions list | P. J. McDermott | 2018-06-15 | 1 | -6/+11 |
| | |||||
* | bin/xsession: Warn about other sessions on shutdown/reboot | P. J. McDermott | 2018-06-15 | 1 | -2/+20 |
| | |||||
* | .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.d/: New directory | P. J. McDermott | 2018-06-05 | 2 | -0/+2 |
| | |||||
* | .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. | ||||
* | .fluxbox/startup: Run .fluxbox/startup.d/* scripts | P. J. McDermott | 2018-06-04 | 1 | -12/+1 |
| | | | | | Modularize the startup, allowing other dotfile repositories to provide their own startup scripts, instead of hardcoding everything here. | ||||
* | .fluxbox/startup.d/* New scripts | P. J. McDermott | 2018-06-04 | 4 | -0/+27 |
| | |||||
* | .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 | 2 | -7/+7 |
| | |||||
* | .gitconfig.d/fluxbox: Fix .fluxbox/init collation | P. J. McDermott | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | .fluxbox/lastwallpaper: Undo manual option2 change | P. J. McDermott | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | .fluxbox/lastwallpaper: Center background instead of scaling | P. J. McDermott | 2018-06-03 | 1 | -1/+1 |
| | | | | This completes commit 61b54f5b467d1906eb4b4630941aaf8e65c95b3a. | ||||
* | .fluxbox/startup: Wait for fluxbox before starting fbpanels | P. J. McDermott | 2018-06-02 | 1 | -3/+2 |
| | | | | | | | | Mostly fixes an apparent race condition in which _NET_WM_DESKTOP gets set to 0 instead of 0xFFFFFFFF and _NET_WM_STATE gets set to just _NET_WM_STATE_SKIP_TASKBAR instead of _NET_WM_STATE_STICKY, _NET_WM_STATE_ABOVE, _NET_WM_STATE_SKIP_TASKBAR, and _NET_WM_STATE_SKIP_PAGER. | ||||
* | .fluxbox/startup: set -eu | P. J. McDermott | 2018-06-02 | 1 | -0/+2 |
| | |||||
* | .fluxbox/startup: Don't set DISPLAY | P. J. McDermott | 2018-06-02 | 1 | -2/+0 |
| | | | | It's already set. | ||||
* | .fluxbox/startup: Wait for fluxbox before starting bbpager | P. J. McDermott | 2018-06-02 | 1 | -0/+3 |
| | | | | | | | Fixes: Please start bbpager after an EWHM complaint Window manager If you start bbpager from .xinitrc or .xsession consider delaying bbpager startup using "sleep 5 && bbpager &" | ||||
* | .xinitrc, .fluxbox/startup: Rearrange commands | P. J. McDermott | 2018-06-02 | 2 | -8/+11 |
| | |||||
* | .gitignore.d/fluxbox: Exclude bin/hwmon and bin/volmon | P. J. McDermott | 2018-06-02 | 1 | -2/+0 |
| | |||||
* | .fluxbox/keys: Add suspend and hibernate shortcuts | P. J. McDermott | 2018-06-02 | 1 | -0/+2 |
| | |||||
* | .fluxbox/keys: Replace long commands with bin/xsession | P. J. McDermott | 2018-06-02 | 1 | -3/+3 |
| | |||||
* | bin/xsession: New script | P. J. McDermott | 2018-06-02 | 2 | -0/+98 |
| | |||||
* | .fluxbox/keys: Confirm logout, shutdown, and reboot actions | P. J. McDermott | 2018-06-02 | 1 | -3/+3 |
| | |||||
* | .XCompose.names: Fix conflicting sequences and capitalization | P. J. McDermott | 2018-06-02 | 1 | -2/+2 |
| | |||||
* | .gitignore.d/fluxbox: Update | P. J. McDermott | 2018-05-25 | 1 | -0/+8 |
| | |||||
* | .gitignore.d/fluxbox: Move .git*.d/* includes | P. J. McDermott | 2018-05-25 | 1 | -6/+8 |
| | |||||
* | .gitignore.d/fluxbox: Sort includes | P. J. McDermott | 2018-05-25 | 1 | -11/+11 |
| | |||||
* | .fluxbox/keys: Add mouse toggle key, Mod4+F6 | P. J. McDermott | 2018-05-25 | 1 | -1/+2 |
| | |||||
* | bin/xinput-toggle: New script | P. J. McDermott | 2018-05-25 | 1 | -0/+64 |
| | |||||
* | .fluxbox/keys: Add brightness toggle key, Mod4+F5 | P. J. McDermott | 2018-05-19 | 1 | -0/+3 |
| | |||||
* | bin/bright: Add a toggle feature | P. J. McDermott | 2018-05-19 | 1 | -0/+17 |
| | |||||
* | bin/bright: New script | P. J. McDermott | 2018-05-19 | 1 | -0/+80 |
| | |||||
* | .fluxbox/startup: Run anacron | P. J. McDermott | 2018-05-17 | 1 | -0/+3 |
| | |||||
* | .fluxbox/keys: Raise/lower volume in dB gain | P. J. McDermott | 2018-05-12 | 1 | -2/+2 |
| |