aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Expand)AuthorAge
* config: allow whitespaces in config pathLibravatar columbarius2021-03-25
* Log when config file is not foundLibravatar Simon Ser2021-01-17
* Raise verbosity of error message in load_main_configLibravatar Simon Ser2021-01-17
* Reload command now matches i3's implementationLibravatar Geoffrey Casper2020-07-07
* Remove code related to the security featuresLibravatar Érico Rolim2020-05-21
* config: fix unfocused text colorLibravatar Thomas Hebb2020-04-04
* Change focus_on_window_activation default to urgentLibravatar Simon Ser2020-03-29
* config: fix validation exit code and log levelLibravatar Brian Ashworth2020-02-11
* cmd_client_*: refactor duplicated codeLibravatar Brian Ashworth2019-12-28
* config: apply input type configs on reloadLibravatar Brian Ashworth2019-12-04
* config: improvements to the reload validationLibravatar Brian Ashworth2019-11-27
* smart_borders: separate smartness from edge typesLibravatar Ronan Pigott2019-11-04
* Fix various memory leaksLibravatar lbonn2019-11-01
* Skip line continuation when it is a commentLibravatar Robert Günzler2019-10-31
* cmd_xwayland: add force for immediate launchLibravatar Brian Ashworth2019-08-20
* cmd_bindswitch: add option to execute on reloadLibravatar Brian Ashworth2019-07-09
* config/xwayland: retain xwayland status on reloadLibravatar Brian Ashworth2019-06-19
* bindings: defer while initiailizingLibravatar Brian Ashworth2019-06-12
* Destroy swaybg client on reloadLibravatar Brian Ashworth2019-05-04
* config: fix clang warningLibravatar Konstantin Pospelov2019-04-26
* bindsym: change xkb_rule_names initializationLibravatar Konstantin Pospelov2019-04-26
* bindsym: consider xkb_rule_names for --to-codeLibravatar Konstantin Pospelov2019-04-26
* bindsym: change default keymap for --to-codeLibravatar Konstantin Pospelov2019-04-26
* config: simplify keysym translation fieldsLibravatar Konstantin Pospelov2019-04-26
* Implement bindsym --to-codeLibravatar Konstantin Pospelov2019-04-26
* Implement input type configs (#3784)Libravatar Benjamin Cheng2019-04-14
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* swaybg: one instance for all outputsLibravatar Brian Ashworth2019-04-04
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* add --i3 flag to hide_edge_bordersLibravatar db2019-02-24
* Make load_include_configs void. Fix some cases where WD would not be restored.Libravatar Connor E2019-02-24
* Fix reload freeze when not modsetting current modeLibravatar Brian Ashworth2019-02-16
* fix misc memory leaksLibravatar Brian Ashworth2019-02-11
* Revert "Return false if config could not be loaded."Libravatar Drew DeVault2019-02-07
* Revert "Restore CWD if returning early."Libravatar Drew DeVault2019-02-07
* load_main_config: use given path, store realpathLibravatar Brian Ashworth2019-02-07
* Restore CWD if returning early.Libravatar Connor E2019-02-06
* Return false if config could not be loaded.Libravatar Connor E2019-02-06
* load_main_config: add realpath to config_chainLibravatar Brian Ashworth2019-02-06
* load_include_configs: fix wordexp fail conditionLibravatar Brian Ashworth2019-02-05
* seat_cmd_cursor: do not create non-existing seatLibravatar Brian Ashworth2019-02-03
* Skip wildcard seat config in destroy_removed_seatsLibravatar vilhalmer2019-02-03
* Cleanup config reading failure error logsLibravatar Brian Ashworth2019-01-29
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove 'input' field of IPC command return jsonLibravatar M Stoeckl2019-01-14
* Merge pull request #3144 from emersion/cmd-xwaylandLibravatar Drew DeVault2019-01-13
|\
| * Add xwayland commandLibravatar emersion2018-11-19
* | Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadLibravatar Drew DeVault2019-01-13
|\ \
| * | reload: reset input configsLibravatar Brian Ashworth2019-01-09
* | | config: fix line number with continued linesLibravatar Brian Ashworth2019-01-11