summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .fluxbox/keys: Add "-h music" to mpc commandsPatrick McDermott2021-08-221-8/+8
|
* .fluxbox/apps: Enable border on Tor Browser windowsP. J. McDermott2021-08-221-1/+1
|
* .fluxbox/apps: Disable decorations on Tor Browser windowsP. J. McDermott2021-08-221-0/+3
|
* .fluxbox/apps: Disable decorations on mpv windowsP. J. McDermott2021-08-221-0/+4
|
* .fluxbox/keys: Reduce delta-alphaP. J. McDermott2021-08-221-2/+2
|
* .fluxbox/keys: Make Return/KP_Enter escape MoveMode/ResizeModeP. J. McDermott2021-08-221-0/+4
|
* .fluxbox/startup.d/compton: New scriptP. J. McDermott2021-08-222-0/+6
|
* .fluxbox/keys: Move Alt+Shift+F10 key linesP. J. McDermott2021-08-221-4/+6
|
* .fluxbox/keys: Make Alt+Shift+F11 toggle decorationsP. J. McDermott2021-08-221-0/+1
|
* .fluxbox/keys: Add Alt+Shift+F10 maximize keysP. J. McDermott2021-08-221-0/+4
|
* .fluxbox/keys: Align Alt(+Shift)+F(N) key linesP. J. McDermott2021-08-221-16/+16
|
* .fluxbox/keys: Make Alt+Shift+F[78] set alphaP. J. McDermott2021-08-221-0/+2
|
* .fluxbox/keys: Swap Alt+Shift+F[56]P. J. McDermott2021-08-221-2/+2
|
* .fluxbox/keys: Make Alt+Shift+F[56] toggle layerP. J. McDermott2021-08-221-0/+2
|
* .fluxbox/keys: Make Alt+F[78] enter move/resize modesP. J. McDermott2021-08-221-2/+22
|
* .fluxbox/keys: Make Alt+F[78] toggle layerP. J. McDermott2021-08-221-2/+2
|
* .fluxbox/keys: Make Alt+F[78] set window layerP. J. McDermott2021-08-221-2/+2
|
* .fluxbox/keys: Comment out non-working Alt+F7 & Alt+F8P. J. McDermott2021-08-221-2/+2
| | | | StartMoving and StartResizing are mouse commands.
* .fluxbox/keys: Make Alt+F3, not Alt+space open window menuP. J. McDermott2021-08-221-2/+2
|
* .XCompose.names: Add Taurinus X200 product page URLP. J. McDermott2021-08-221-0/+2
|
* bin/xsession: Replace "other" with "also"P. J. McDermott2021-08-221-2/+2
|
* bin/xsession: Add "other"P. J. McDermott2021-08-221-2/+2
|
* bin/xsession: Ensure DISPLAY is setP. J. McDermott2021-08-221-0/+2
|
* bin/xsession: Add column headings to sessions listP. J. McDermott2021-08-221-6/+11
|
* bin/xsession: Warn about other sessions on shutdown/rebootP. J. McDermott2021-08-221-2/+20
|
* .xinitrc: Write ${DISPLAY} to .xdisplay fileP. J. McDermott2021-08-221-0/+2
|
* .xinitrc: run-partsP. J. McDermott2021-08-223-1/+5
|
* .xinitrc: set -euP. J. McDermott2021-08-221-0/+2
|
* .xinitrc: Set PATHP. J. McDermott2021-08-221-0/+3
| | | | | In case any .xinitrc.d/ or .fluxbox/startup.d/ scripts run anything in ~/bin/.
* .fluxbox/startup: Run .fluxbox/startup.d/* scriptsP. J. McDermott2021-08-221-10/+1
| | | | | Modularize the startup, allowing other dotfile repositories to provide their own startup scripts, instead of hardcoding everything here.
* .fluxbox/startup.d/* New scriptsP. J. McDermott2021-08-224-0/+25
| | | | | .fluxbox/startup.d/connman should be provided by a new connman dotfiles repository.
* .xinitrc: Remove mpd commandP. J. McDermott2021-08-221-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 .xinitrcP. J. McDermott2021-08-222-10/+10
|
* .gitconfig.d/fluxbox: Fix .fluxbox/init collationP. J. McDermott2021-08-221-1/+1
|
* .fluxbox/startup: Wait for fluxbox before fbpanelP. J. McDermott2021-08-221-1/+6
| | | | Cf. commit <917712abc669573a365c2da4f7c686b6940ae433>.
* .fluxbox/startup: Replace wicd with ConnManP. J. McDermott2021-08-221-1/+1
|
* .fluxbox/startup: set -euP. J. McDermott2021-08-211-0/+2
|
* .fluxbox/startup: Don't set DISPLAYP. J. McDermott2021-08-211-2/+0
| | | | It's already set.
* .fluxbox/keys: Remove suspend shortcutP. J. McDermott2021-08-211-1/+0
|
* .fluxbox/keys: Add suspend and hibernate shortcutsP. J. McDermott2021-08-211-0/+2
|
* .fluxbox/keys: Confirm logout, shutdown, and reboot actionsP. J. McDermott2021-08-211-3/+3
|
* bin/xsession: New scriptP. J. McDermott2021-08-212-0/+99
|
* .gitignore.d/fluxbox: Sort includesP. J. McDermott2021-08-211-6/+6
|
* .gitignore.d/fluxbox: Move .git*.d/* includesP. J. McDermott2021-08-211-3/+5
|
* .gitignore.d/fluxbox: UpdateP. J. McDermott2021-08-211-3/+3
|
* .XCompose.names: Fix conflicting sequences and capitalizationP. J. McDermott2021-08-211-2/+2
|
* .fluxbox/keys: Raise/lower volume in dB gainP. J. McDermott2021-08-211-2/+2
|
* lib/panel/volmon: Display dB instead of %P. J. McDermott2021-08-211-2/+3
|
* .config/fbpanel/taskbar: Update paths to applet scriptsP. J. McDermott2021-08-211-2/+2
| | | | | | Also, use a tilde instead of the full home directory path. fbpanel's genmon plugin executes the command with popen(), which invokes a shell, which will expand the tilde.
* Move panel applet scripts to lib/panel/P. J. McDermott2021-08-212-0/+0
|