Module gabelstaplerwm::wm::config
[−]
[src]
Configuration module for gabelstaplerwm
This module is intended to be edited by the user in order to customize
the software and adjust it to his or her needs. You can edit the enums
freely, but you need to keep the functions already declared, as well as
trait instances which are derived or implemented, though you can change
the implementations of the Default
trait. All other edits are welcome
as well, but chances are you
- don't need them to customize your wm.
- should consider contributing your changes back instead, as it seems to be a more involved and complex feature that you are working on.
But feel free to do otherwise if you wish.
Enums
Mode |
All keyboard modes used by |
Tag |
All tags used by |
Statics
IGNORED_MODS_VEC |
All modifier combinations ignored while grabbing keys. |
Functions
generate_config |
Generate a window manager config - colors, border width... |
setup_wm |
Setup datastructures for the window manager. |