aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
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
2019-02-07Revert "Return false if config could not be loaded."Drew DeVault
2019-02-07Revert "Restore CWD if returning early."Drew DeVault
2019-02-07load_main_config: use given path, store realpathBrian Ashworth
2019-02-06Restore CWD if returning early.Connor E
2019-02-06Return false if config could not be loaded.Connor E
2019-02-06load_main_config: add realpath to config_chainBrian Ashworth
2019-02-05load_include_configs: fix wordexp fail conditionBrian Ashworth
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-02-03Skip wildcard seat config in destroy_removed_seatsvilhalmer
2019-01-29Cleanup config reading failure error logsBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault
2019-01-11config: fix line number with continued linesBrian Ashworth
2019-01-11config: do not reset pos when braces foundBrian Ashworth
2019-01-10Merge pull request #3400 from ianyfan/config-braceemersion
2019-01-10config.c: fix brace detection at end of fileIan Fan
2019-01-09reload: reset input configsBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-09reload: apply seat cfgs after reading entire cfgBrian Ashworth
2019-01-08Merge pull request #3275 from ianyfan/remove-readlineemersion
2019-01-02Implement tiling_drag_thresholdBrian Ashworth