aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Expand)AuthorAge
* output/config: Remove reset_outputs and co.Libravatar Kenny Levinsen2024-03-28
* config: add fallback without env vars for keysym translation XKB keymapLibravatar Simon Ser2024-03-06
* config: error out on keysym translation XKB state failureLibravatar Simon Ser2024-03-06
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* config: use format_str() instead of hand-rolled snprintf()Libravatar Simon Ser2024-02-08
* sway/config.c: only reset primary_selection at launchLibravatar Violet Purcell2024-02-05
* Drop old security config remnantsLibravatar Simon Ser2024-02-03
* sway/config.c: use `memcpy()` for known buffer sizeLibravatar Sergei Trofimovich2023-11-29
* Use format_str() throughoutLibravatar Simon Ser2023-04-14
* input: enable user xkb configs with cap_sys_niceLibravatar Ronan Pigott2023-01-11
* Add `primary_selection` config optionLibravatar Aidan Dang2022-12-05
* Reject font values that are invalid for pangoLibravatar Hugo Osvaldo Barrera2022-07-01
* sway: add bindgesture commandLibravatar Florian Franzen2022-05-30
* Add focused_tab_titleLibravatar Vsevolod2021-12-10
* Add smart_gaps inverse_outer commandLibravatar bR3iN2021-10-29
* Drop hardcoded font metric valuesLibravatar Hugo Osvaldo Barrera2021-09-20
* Avoid unecessary font metric calculationsLibravatar Hugo Osvaldo Barrera2021-09-20
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* Fix crash when starting without HOMELibravatar Tobias Stoeckmann2021-07-23
* cairo: Replace <cairo/cairo.h> by <cairo.h>Libravatar Issam E. Maghni2021-05-10
* 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