summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* .gitconfig.d/fluxbox: Fix .fluxbox/init collationP. J. McDermott2018-06-031-1/+1
|
* .fluxbox/lastwallpaper: Undo manual option2 changeP. J. McDermott2018-06-031-1/+1
|
* .fluxbox/lastwallpaper: Center background instead of scalingP. J. McDermott2018-06-031-1/+1
| | | | This completes commit 61b54f5b467d1906eb4b4630941aaf8e65c95b3a.
* .fluxbox/startup: Wait for fluxbox before starting fbpanelsP. J. McDermott2018-06-021-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 -euP. J. McDermott2018-06-021-0/+2
|
* .fluxbox/startup: Don't set DISPLAYP. J. McDermott2018-06-021-2/+0
| | | | It's already set.
* .fluxbox/startup: Wait for fluxbox before starting bbpagerP. J. McDermott2018-06-021-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 commandsP. J. McDermott2018-06-022-8/+11
|
* .gitignore.d/fluxbox: Exclude bin/hwmon and bin/volmonP. J. McDermott2018-06-021-2/+0
|
* .fluxbox/keys: Add suspend and hibernate shortcutsP. J. McDermott2018-06-021-0/+2
|
* .fluxbox/keys: Replace long commands with bin/xsessionP. J. McDermott2018-06-021-3/+3
|
* bin/xsession: New scriptP. J. McDermott2018-06-022-0/+98
|
* .fluxbox/keys: Confirm logout, shutdown, and reboot actionsP. J. McDermott2018-06-021-3/+3
|
* .XCompose.names: Fix conflicting sequences and capitalizationP. J. McDermott2018-06-021-2/+2
|
* .gitignore.d/fluxbox: UpdateP. J. McDermott2018-05-251-0/+8
|
* .gitignore.d/fluxbox: Move .git*.d/* includesP. J. McDermott2018-05-251-6/+8
|
* .gitignore.d/fluxbox: Sort includesP. J. McDermott2018-05-251-11/+11
|
* .fluxbox/keys: Add mouse toggle key, Mod4+F6P. J. McDermott2018-05-251-1/+2
|
* bin/xinput-toggle: New scriptP. J. McDermott2018-05-251-0/+64
|
* .fluxbox/keys: Add brightness toggle key, Mod4+F5P. J. McDermott2018-05-191-0/+3
|
* bin/bright: Add a toggle featureP. J. McDermott2018-05-191-0/+17
|
* bin/bright: New scriptP. J. McDermott2018-05-191-0/+80
|
* .fluxbox/startup: Run anacronP. J. McDermott2018-05-171-0/+3
|
* .fluxbox/keys: Raise/lower volume in dB gainP. J. McDermott2018-05-121-2/+2
|
* .config/fbpanel/taskbar: Add volmon genmon pluginP. J. McDermott2018-05-121-0/+12
|
* .config/panel/volmonrc: Add volmon panel applet configurationP. J. McDermott2018-05-121-0/+4
|
* lib/panel/volmon: New panel appletP. J. McDermott2018-05-121-3/+97
|
* .fluxbox/apps: Disable decorations on mpv windowsP. J. McDermott2018-05-111-0/+4
|
* .fluxbox/apps: New fileP. J. McDermott2018-05-111-0/+4
|
* .config/fbpanel/taskbar: Update paths to applet scriptsP. J. McDermott2018-05-111-3/+3
| | | | | | 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. McDermott2018-05-113-0/+0
|
* .fluxbox/keys: Use path to chdtP. J. McDermott2018-05-111-8/+8
|
* bin/df-uptime, bin/hwmon: Add copyright/license noticesP. J. McDermott2018-05-042-0/+46
|
* bin/dpmsmouse: Add copyright/license noticeP. J. McDermott2018-05-041-0/+23
|
* bin/chdt: Add copyright/license noticeP. J. McDermott2018-05-041-0/+23
|
* .chdtrc: New fileP. J. McDermott2018-05-041-0/+3
|
* bin/chdt: Read desktop geometry settings from rc fileP. J. McDermott2018-05-041-14/+20
|
* bin/chdt: Improve current desktop number validationP. J. McDermott2018-05-041-1/+1
|
* bin/df-uptime: Drop useless df optionP. J. McDermott2018-05-041-1/+1
| | | | Only the "Capacity"/"Use%" and "Mounted on" columns are shown.
* .config/fbpanel/taskbar: Add df-uptime genmon pluginP. J. McDermott2018-05-041-0/+13
|
* bin/df-uptime: New scriptP. J. McDermott2018-05-041-0/+110
|
* .fluxbox/keys: Add Mod4+Shift+w shortcutP. J. McDermott2018-05-041-5/+6
|
* .fluxbox/keys: Drop shortcuts to add/remove workspaceP. J. McDermott2018-05-011-4/+0
|
* .fluxbox/keys: Change music playback control keysP. J. McDermott2018-05-011-8/+8
|
* .fluxbox/keys: Drop Mod4+F1 shortcut for `xset dpms force off`P. J. McDermott2018-05-011-1/+0
|
* .config/dunst/dunstrc: Change shortcutsP. J. McDermott2018-05-011-3/+3
|
* .fluxbox/startup: Run dunstP. J. McDermott2018-05-011-0/+1
|
* .config/dunst/dunstrc: Adjust geometry, frame, separator, and backgroundP. J. McDermott2018-05-011-5/+5
|
* .config/dunst/dunstrc: Remove trailing spacesP. J. McDermott2018-05-011-35/+35
|
* .config/dunst/dunstrc: New file (example dunst configuration)P. J. McDermott2018-05-012-0/+247
|