aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
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
2019-01-01fixup! config.c: re-enable backslash continuation in config fileIan Fan
2019-01-01config.c: re-enable backslash continuation in config fileIan Fan
2019-01-01Remove readline.cIan Fan
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-30Verify seat fallback settings on reloadBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-13Rework default output configsBrian Ashworth
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-12-03config: do not set $XDG_CONFIG_HOME if unset or emptyIan Fan
2018-12-03config: set $XDG_CONFIG_HOME if emptyIan Fan
2018-11-28Introduce a way to show config warnings in swaynagBrian Ashworth
2018-11-26Merge pull request #3185 from emersion/remove-xopen-sourceRyan Dwyer
2018-11-25Implement title alignmentBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte
2018-11-19Add xwayland commandemersion
2018-11-15Fix double free of modeRyan Dwyer
2018-11-13More frees.Connor E
2018-11-08Merge pull request #3085 from 7415963987456321/masterDrew DeVault
2018-11-09Remove extra line7415963987456321
2018-11-07Implement per side and per direction outer gapsBrian Ashworth
2018-11-06Add focus_follows_mouse always. (#3081)Connor E
2018-11-05config: mention that reload message is also printed on validationRouven Czerwinski
2018-10-22config: remove peeked + expanded line log entriesBrian Ashworth
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-13fix_edge_gaps: Allow negative values for outer gaps.Tarmack
2018-10-10Add mouse_warping containerRouven Czerwinski