aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-02-08config: use format_str() instead of hand-rolled snprintf()Simon Ser
2024-02-05sway/config.c: only reset primary_selection at launchViolet Purcell
2024-02-03Drop old security config remnantsSimon Ser
2023-11-29sway/config.c: use `memcpy()` for known buffer sizeSergei Trofimovich
2023-04-14Use format_str() throughoutSimon Ser
2023-01-11input: enable user xkb configs with cap_sys_niceRonan Pigott
2022-12-05Add `primary_selection` config optionAidan Dang
2022-07-01Reject font values that are invalid for pangoHugo Osvaldo Barrera
2022-05-30sway: add bindgesture commandFlorian Franzen
2021-12-10Add focused_tab_titleVsevolod
2021-10-29Add smart_gaps inverse_outer commandbR3iN
2021-09-20Drop hardcoded font metric valuesHugo Osvaldo Barrera
2021-09-20Avoid unecessary font metric calculationsHugo Osvaldo Barrera
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-07-23Fix crash when starting without HOMETobias Stoeckmann
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2021-03-25config: allow whitespaces in config pathcolumbarius
2021-01-17Log when config file is not foundSimon Ser
2021-01-17Raise verbosity of error message in load_main_configSimon Ser
2020-07-07Reload command now matches i3's implementationGeoffrey Casper
2020-05-21Remove code related to the security featuresÉrico Rolim
2020-04-04config: fix unfocused text colorThomas Hebb
2020-03-29Change focus_on_window_activation default to urgentSimon Ser
2020-02-11config: fix validation exit code and log levelBrian Ashworth
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth
2019-12-04config: apply input type configs on reloadBrian Ashworth
2019-11-27config: improvements to the reload validationBrian Ashworth
2019-11-04smart_borders: separate smartness from edge typesRonan Pigott
2019-11-01Fix various memory leakslbonn
2019-10-31Skip line continuation when it is a commentRobert Günzler
2019-08-20cmd_xwayland: add force for immediate launchBrian Ashworth
2019-07-09cmd_bindswitch: add option to execute on reloadBrian Ashworth
2019-06-19config/xwayland: retain xwayland status on reloadBrian Ashworth
2019-06-12bindings: defer while initiailizingBrian Ashworth
2019-05-04Destroy swaybg client on reloadBrian Ashworth
2019-04-26config: fix clang warningKonstantin Pospelov
2019-04-26bindsym: change xkb_rule_names initializationKonstantin Pospelov
2019-04-26bindsym: consider xkb_rule_names for --to-codeKonstantin Pospelov
2019-04-26bindsym: change default keymap for --to-codeKonstantin Pospelov
2019-04-26config: simplify keysym translation fieldsKonstantin Pospelov
2019-04-26Implement bindsym --to-codeKonstantin Pospelov
2019-04-14Implement input type configs (#3784)Benjamin Cheng
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-02-24add --i3 flag to hide_edge_bordersdb
2019-02-24Make load_include_configs void. Fix some cases where WD would not be restored.Connor E
2019-02-16Fix reload freeze when not modsetting current modeBrian Ashworth
2019-02-11fix misc memory leaksBrian Ashworth