aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/fluxboxconf
Commit message (Collapse)AuthorAge
* Clean up the default fluxbox key bindings:Ken Moore2018-04-17
| | | | | | | | | | | | | | | | Modify the following shortcuts: Ctrl+mouse wheel -> Ctrl+Alt+mouse wheel (change workspace) Alt+[Left/Right arrow] -> Ctrl+Alt+[Left/Right arrow] (tile windows left/right) Remove the following shortcuts: Ctrl+Tab, Ctrl+Shift+Tab (next/previous group - already have Alt+Tab shortcuts) Win+Tab, Win+Shift+Tab (next/previous Fluxbox tabs - not used almost at all) Win+[Left/Right] (Send to prev/next workspace - does not work at the moment anyway) Win+Ctrl+[Left/Right] (Take to prev/next workspace - does not work at the moment anyway) Add the following shortcut: Win+Space: (show start menu) - This will not work if the 115 shortcut is functional (115 takes precendence), but if the Win key is bound to something else this shortcut will become available for launching the start menu.
* Disable a bunch more options within the default Fluxbox config for Lumina.Ken Moore2016-10-17
|
* Adjust the default fluxbox keyboard shrotcuts:Ken Moore2016-09-08
| | | | Setup Alt+F1 to run "lumina-open -terminal" rather than "xterm"
* Update the defaults for lumina a tiny bit (compton settings, Glass colors, ↵Ken Moore2016-07-25
| | | | fluxbox theme, etc..)
* Add Control+[shift]+Tab shortcuts for cycling between open windows in ↵Ken Moore2016-06-29
| | | | grouped-order rather than open order (alt+[shift]+tab will do open order).
* Turn off the "autoraise" feature of Fluxbox by default.Ken Moore2016-06-21
|
* Adjust the default keyboard shortcuts a bit to try and avoid conflicts ↵Ken Moore2016-06-16
| | | | between the windows key (standalone) and other winkey+<key> combinations.
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Setup the keyboard shortcut so the windows/meta key will open the start menu.Ken Moore2016-06-12
|
* Get the lumina desktop all setup with a registration system for ↵Ken Moore2016-06-11
| | | | start-menu-like plugins to determine whether they should respond to a show command, and setup all the systemstart plugins to use this system (will expand later to the appmenu and userbutton plugins as well).
* Unhook the stylesheet in the Lumina Theme Engine from the non-desktop ↵Ken Moore2016-04-27
| | | | applications. This prepares us to use a "real" Qt style plugin for application appearances instead of stylesheets for a few lumina-* apps.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15