Age | Commit message (Expand) | Author |
2021-12-10 | Add focused_tab_title | Vsevolod |
2021-10-29 | Add smart_gaps inverse_outer command | bR3iN |
2021-09-20 | Drop hardcoded font metric values | Hugo Osvaldo Barrera |
2021-09-20 | Avoid unecessary font metric calculations | Hugo Osvaldo Barrera |
2021-08-26 | Use fixed titlebar heights | Hugo Osvaldo Barrera |
2021-07-23 | Fix crash when starting without HOME | Tobias Stoeckmann |
2021-05-10 | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni |
2021-03-25 | config: allow whitespaces in config path | columbarius |
2021-01-17 | Log when config file is not found | Simon Ser |
2021-01-17 | Raise verbosity of error message in load_main_config | Simon Ser |
2020-07-07 | Reload command now matches i3's implementation | Geoffrey Casper |
2020-05-21 | Remove code related to the security features | Érico Rolim |
2020-04-04 | config: fix unfocused text color | Thomas Hebb |
2020-03-29 | Change focus_on_window_activation default to urgent | Simon Ser |
2020-02-11 | config: fix validation exit code and log level | Brian Ashworth |
2019-12-28 | cmd_client_*: refactor duplicated code | Brian Ashworth |
2019-12-04 | config: apply input type configs on reload | Brian Ashworth |
2019-11-27 | config: improvements to the reload validation | Brian Ashworth |
2019-11-04 | smart_borders: separate smartness from edge types | Ronan Pigott |
2019-11-01 | Fix various memory leaks | lbonn |
2019-10-31 | Skip line continuation when it is a comment | Robert Günzler |
2019-08-20 | cmd_xwayland: add force for immediate launch | Brian Ashworth |
2019-07-09 | cmd_bindswitch: add option to execute on reload | Brian Ashworth |
2019-06-19 | config/xwayland: retain xwayland status on reload | Brian Ashworth |
2019-06-12 | bindings: defer while initiailizing | Brian Ashworth |
2019-05-04 | Destroy swaybg client on reload | Brian Ashworth |
2019-04-26 | config: fix clang warning | Konstantin Pospelov |
2019-04-26 | bindsym: change xkb_rule_names initialization | Konstantin Pospelov |
2019-04-26 | bindsym: consider xkb_rule_names for --to-code | Konstantin Pospelov |
2019-04-26 | bindsym: change default keymap for --to-code | Konstantin Pospelov |
2019-04-26 | config: simplify keysym translation fields | Konstantin Pospelov |
2019-04-26 | Implement bindsym --to-code | Konstantin Pospelov |
2019-04-14 | Implement input type configs (#3784) | Benjamin Cheng |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-02-24 | add --i3 flag to hide_edge_borders | db |
2019-02-24 | Make load_include_configs void. Fix some cases where WD would not be restored. | Connor E |
2019-02-16 | Fix reload freeze when not modsetting current mode | Brian Ashworth |
2019-02-11 | fix misc memory leaks | Brian Ashworth |
2019-02-07 | Revert "Return false if config could not be loaded." | Drew DeVault |
2019-02-07 | Revert "Restore CWD if returning early." | Drew DeVault |
2019-02-07 | load_main_config: use given path, store realpath | Brian Ashworth |
2019-02-06 | Restore CWD if returning early. | Connor E |
2019-02-06 | Return false if config could not be loaded. | Connor E |
2019-02-06 | load_main_config: add realpath to config_chain | Brian Ashworth |
2019-02-05 | load_include_configs: fix wordexp fail condition | Brian Ashworth |
2019-02-03 | seat_cmd_cursor: do not create non-existing seat | Brian Ashworth |
2019-02-03 | Skip wildcard seat config in destroy_removed_seats | vilhalmer |
2019-01-29 | Cleanup config reading failure error logs | Brian Ashworth |