aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Expand)AuthorAge
...
* | config: do not set $XDG_CONFIG_HOME if unset or emptyLibravatar Ian Fan2018-12-03
* | config: set $XDG_CONFIG_HOME if emptyLibravatar Ian Fan2018-12-03
* | Introduce a way to show config warnings in swaynagLibravatar Brian Ashworth2018-11-28
* | Merge pull request #3185 from emersion/remove-xopen-sourceLibravatar Ryan Dwyer2018-11-26
|\ \
| * | Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* | | Implement title alignmentLibravatar Brian Ashworth2018-11-25
|/ /
* / Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
|/
* Fix double free of modeLibravatar Ryan Dwyer2018-11-15
* More frees.Libravatar Connor E2018-11-13
* Merge pull request #3085 from 7415963987456321/masterLibravatar Drew DeVault2018-11-08
|\
| * Remove extra lineLibravatar 74159639874563212018-11-09
* | Implement per side and per direction outer gapsLibravatar Brian Ashworth2018-11-07
|/
* Add focus_follows_mouse always. (#3081)Libravatar Connor E2018-11-06
* config: mention that reload message is also printed on validationLibravatar Rouven Czerwinski2018-11-05
* config: remove peeked + expanded line log entriesLibravatar Brian Ashworth2018-10-22
* Remove raise_floating directiveLibravatar Ryan Dwyer2018-10-20
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* fix_edge_gaps: Allow negative values for outer gaps.Libravatar Tarmack2018-10-13
* Add mouse_warping containerLibravatar Rouven Czerwinski2018-10-10
* config: remove double free of config->swaynag_commandLibravatar Rouven Czerwinski2018-10-09
* Merge branch 'master' into popup-during-fullscreenLibravatar Brian Ashworth2018-10-08
|\
| * Allow swaynag to be disabledLibravatar Brian Ashworth2018-10-08
| * Allow swaybg to be disabledLibravatar emersion2018-10-08
* | Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
|/
* Reload config using idle eventLibravatar Ryan Dwyer2018-10-08
* Add configuration for raising containers on focusLibravatar Jonathan Buch2018-10-03
* Handle border options for gapsLibravatar Brian Ashworth2018-10-01
* Rename workspace_outputs to workspace_configs and fix memory leakLibravatar Ryan Dwyer2018-09-28
* Introduce tiling_drag directiveLibravatar Ryan Dwyer2018-09-11
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* Remove swaynag_clone and use memcpyLibravatar Brian Ashworth2018-08-03
* Write to swaynag pipe fd directly on config errorsLibravatar Brian Ashworth2018-08-03
* Show swaynag on config errorsLibravatar Brian Ashworth2018-08-03
* Implement floating_modifier <mod> [inverse|normal]Libravatar Brian Ashworth2018-07-24
* Merge pull request #2165 from swaywm/pid-workspacesLibravatar Drew DeVault2018-07-24
|\
| * Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
| |\
| * | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
* | | Parse mouse binding optionsLibravatar frsfnrrg2018-07-23
| |/ |/|
* | Reset outputs on reloadLibravatar Brian Ashworth2018-07-20
* | Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
* | Fix deferred command handlingLibravatar Brian Ashworth2018-07-19
* | Free individual criteria in free_configLibravatar frsfnrrg2018-07-17
* | Revert "config: free include path on successful load"Libravatar Drew DeVault2018-07-16
* | config: free include path on successful loadLibravatar Ian Fan2018-07-15
* | Add error handling for getting config file sizeLibravatar Ian Fan2018-07-15
* | Fix config buffer overflow and logicLibravatar Ian Fan2018-07-15