aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
2018-07-02load_config: move NULL path check before first useDominique Martinet
2018-07-02config include: fix leak on relative include pathDominique Martinet
2018-07-02read_config: fix leak on errorDominique Martinet
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-07Remove strip quoting and fix strncpy-overlapBrian Ashworth
2018-06-05Fix logic issue in do_var_replacementBrian Ashworth
2018-06-05Support runtime var expansion and set at runtimeBrian Ashworth
2018-06-03sway/config: fix use-after-free for end of blockDominique Martinet
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Support braces on next line for config blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth
2018-06-01Fix crash when using multiple outputsRyan Dwyer
2018-06-01Consider floating views when calculating title heightRyan Dwyer
2018-05-27Implement focus_wrappingBrian Ashworth
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-05-10Use reasonable default for font heightRyan Dwyer
2018-05-05Move code for re-arranging after font height change into a common placeRyan Dwyer
2018-05-03Fix unfocused.text defaultDrew DeVault
2018-05-03Convert border_colors.text to float[4]Drew DeVault
2018-05-03Calculate config->font_height based on existing container titlesRyan Dwyer
2018-05-03Render titlesRyan Dwyer
2018-05-01Remove unnecessary pointersRyan Dwyer
2018-04-30Implement bordersRyan Dwyer
2018-04-02rename seat functionsTony Crisci
2018-03-31Implement focus_follows_mouseDrew DeVault
2018-03-31Free bar configs on reload and exitDrew DeVault
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29Move bar config into its own fileDrew DeVault
2018-03-29Add bar configuration commandsDrew DeVault
2018-03-29Implement enough IPC for swaybar to workDrew DeVault
2018-03-29move tree includes to their own directoryTony Crisci
2018-01-30Implement workspacesDrew DeVault
2018-01-22commands/reload: remove unimplemented 'load_swaybars' callDominique Martinet
2018-01-22config reload: destroy old seat when removed from configDominique Martinet
2018-01-22commands: add 'reload' commandDominique Martinet
2018-01-22Merge pull request #1574 from acrisci/config-refactoremersion
2018-01-20seat config handler contextTony Crisci
2018-01-20input config handler contextTony Crisci
2018-01-17copy config references for input and seatTony Crisci
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2018-01-05config: add 'set' commandDominique Martinet
2018-01-05fixup free config use free_sway_bindingDominique Martinet
2018-01-05config: leak sanitizer passDominique Martinet
2018-01-05fix typos in comments/messages; add shutting down messageDominique Martinet
2017-12-27binding configTony Crisci
2017-12-16put seat and input config in their own filesTony Crisci
2017-12-15xkb configTony Crisci
2017-12-14basic configurationTony Crisci