aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
Commit message (Collapse)AuthorAge
...
* Change how security config is loaded0.11-rc3Libravatar Drew DeVault2016-12-17
|
* Add ipc connection feature policy controlsLibravatar Drew DeVault2016-12-02
|
* Enforce IPC security policyLibravatar Drew DeVault2016-12-02
|
* Add IPC policy to configLibravatar Drew DeVault2016-12-02
| | | | Also reduces enum abuse, cc @minus7
* Implement policy lookupsLibravatar Drew DeVault2016-12-01
|
* Add config related code and initial headersLibravatar Drew DeVault2016-12-01
|
* change bar colors from char[10] to *charLibravatar D.B2016-11-02
| | | | | This commit removes has_* booleans from bar color struct. It also generalizes of functions in commands/bar/colors.c.
* add bar colours for focused_(workspace|statusline|separator)Libravatar D.B2016-11-02
| | | | | If these aren't defined in config, color settings without 'focused_' prefix are used as a fallback.
* use urgent_ws color in swaybar if binding_mode is undefinedLibravatar D.B2016-11-02
|
* Add left_handed support for input devicesLibravatar Michał Winiarski2016-10-25
| | | | | | | Some users may want to switch buttons on their input devices, turns out libinput already supports it. Let's add a support for it in our config. Signed-off-by: Michał Winiarski <knr@hardline.pl>
* add force_focus_wrapping optionLibravatar D.B2016-10-07
|
* Reorganize includesLibravatar Drew DeVault2016-09-01