summaryrefslogtreecommitdiffstats
path: root/.fluxbox
Commit message (Collapse)AuthorAgeFilesLines
* .fluxbox/keys: Add "-h music" to mpc commandsPatrick McDermott2020-09-071-8/+8
|
* .fluxbox/apps: Enable border on Tor Browser windowsP. J. McDermott2018-09-171-1/+1
|
* .fluxbox/apps: Disable decorations on Tor Browser windowsP. J. McDermott2018-09-171-0/+3
|
* .fluxbox/keys: Update mouse device nameP. J. McDermott2018-08-171-1/+1
|
* .fluxbox/keys: Reduce delta-alphaP. J. McDermott2018-06-181-2/+2
|
* .fluxbox/keys: Make Return/KP_Enter escape MoveMode/ResizeModeP. J. McDermott2018-06-181-0/+4
|
* .fluxbox/startup.d/compton: New scriptP. J. McDermott2018-06-181-0/+5
|
* .fluxbox/keys: Move Alt+Shift+F10 key linesP. J. McDermott2018-06-181-4/+6
|
* .fluxbox/keys: Make Alt+Shift+F11 toggle decorationsP. J. McDermott2018-06-181-0/+1
|
* .fluxbox/keys: Add Alt+Shift+F10 maximize keysP. J. McDermott2018-06-181-0/+4
|
* .fluxbox/keys: Align Alt(+Shift)+F(N) key linesP. J. McDermott2018-06-181-16/+16
|
* .fluxbox/keys: Make Alt+Shift+F[78] set alphaP. J. McDermott2018-06-181-0/+2
|
* .fluxbox/keys: Swap Alt+Shift+F[56]P. J. McDermott2018-06-181-2/+2
|
* .fluxbox/keys: Make Alt+Shift+F[56] toggle layerP. J. McDermott2018-06-181-0/+2
|
* .fluxbox/keys: Make Alt+F[78] enter move/resize modesP. J. McDermott2018-06-181-2/+22
|
* .fluxbox/keys: Make Alt+F[78] toggle layerP. J. McDermott2018-06-181-2/+2
|
* .fluxbox/keys: Make Alt+F[78] set window layerP. J. McDermott2018-06-171-2/+2
|
* .fluxbox/keys: Comment out non-working Alt+F7 & Alt+F8P. J. McDermott2018-06-171-2/+2
| | | | StartMoving and StartResizing are mouse commands.
* .fluxbox/keys: Make Alt+F3, not Alt+space open window menuP. J. McDermott2018-06-171-2/+2
|
* .fluxbox/startup: Run .fluxbox/startup.d/* scriptsP. J. McDermott2018-06-041-12/+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. McDermott2018-06-043-0/+23
|
* .fluxbox/startup: Move some WM-agnostic commands to .xinitrcP. J. McDermott2018-06-031-7/+0
|
* .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-021-8/+8
|
* .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
|
* .fluxbox/keys: Confirm logout, shutdown, and reboot actionsP. J. McDermott2018-06-021-3/+3
|
* .fluxbox/keys: Add mouse toggle key, Mod4+F6P. J. McDermott2018-05-251-1/+2
|
* .fluxbox/keys: Add brightness toggle key, Mod4+F5P. J. McDermott2018-05-191-0/+3
|
* .fluxbox/startup: Run anacronP. J. McDermott2018-05-171-0/+3
|
* .fluxbox/keys: Raise/lower volume in dB gainP. J. McDermott2018-05-121-2/+2
|
* .fluxbox/apps: Disable decorations on mpv windowsP. J. McDermott2018-05-111-0/+4
|
* .fluxbox/apps: New fileP. J. McDermott2018-05-111-0/+4
|
* .fluxbox/keys: Use path to chdtP. J. McDermott2018-05-111-8/+8
|
* .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
|
* .fluxbox/startup: Run dunstP. J. McDermott2018-05-011-0/+1
|
* .fluxbox/startup: Run dpmsmouseP. J. McDermott2018-04-251-0/+1
|
* .fluxbox/keys: Use chdt for workspace switchingP. J. McDermott2018-04-241-4/+8
|
* .fluxbox/init: Clear session.screen0.toolbar.toolsP. J. McDermott2018-04-241-1/+1
| | | | | | Fixes the following error on restarting fbpanel: tray: another systray already running
* .bbtools/bbpager.rc, .config/fbpanel/taskbar, .fluxbox/init: Increase to 12 ↵P. J. McDermott2018-04-241-5/+5
| | | | workspaces
* .fluxbox/startup: Start menu panel and pagerP. J. McDermott2018-04-241-1/+5
|
* .fluxbox/startup: Drop "TPPS/2 IBM TrackPoint" device propertiesP. J. McDermott2018-04-241-4/+0
|