aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
2015-12-18Merge pull request #359 from mikkeloscar/i3bar-commandDrew DeVault
2015-12-19Add bar option: swaybar_command <command>Mikkel Oscar Lyderik
2015-12-18Terminate children when freeing output containerMikkel Oscar Lyderik
2015-12-18Reload swaybar/swaybg on config reload.Mikkel Oscar Lyderik
2015-12-16Fix bar invocation for multihead setupDrew DeVault
2015-12-16Use system swaybar instead of local swaybarDrew DeVault
2015-12-16Invoke swaybar when an output matches a bar configDrew DeVault
2015-12-16Merge pull request #338 from mikkeloscar/bar-separator-symbolDrew DeVault
2015-12-16Use free_flat_list for simple char* list.Mikkel Oscar Lyderik
2015-12-16Implement bar option: separator_symbolMikkel Oscar Lyderik
2015-12-15Correctly free bindings listMikkel Oscar Lyderik
2015-12-15Implement bar option: output <output>Mikkel Oscar Lyderik
2015-12-15Fix active_workspace_border color definitionMikkel Oscar Lyderik
2015-12-15Add bar height option (Airblader/i3)Mikkel Oscar Lyderik
2015-12-15Add rgba support for bar colorsMikkel Oscar Lyderik
2015-12-15Implement bar option: colors {}Mikkel Oscar Lyderik
2015-12-14Merge pull request #324 from mikkeloscar/free-bar-bindingsDrew DeVault
2015-12-15Free bar->bindingsMikkel Oscar Lyderik
2015-12-15Move default bar config to bar creation.Mikkel Oscar Lyderik
2015-12-15Added bar_cmd_bindsymYacine Hmito
2015-12-14Make mouse key used for drag/resize configurableMikkel Oscar Lyderik
2015-12-14Use tabs instead of spacesMikkel Oscar Lyderik
2015-12-14Revert "Make mouse key used for drag/resize configurable"Drew DeVault
2015-12-14Implement bar option: tray_padding <px> [px]Mikkel Oscar Lyderik
2015-12-14Implement 'bar { }' block parsingMikkel Oscar Lyderik
2015-12-12Merge pull request #300 from mikkeloscar/configure-mouse-btnDrew DeVault
2015-12-11Fix config.c strlen errorDrew DeVault
2015-12-11Make mouse key used for drag/resize configurableMikkel Oscar Lyderik
2015-12-01FALLBACK_CONFIG_DIR did not work. Fixed.Yacine Hmito
2015-12-01Can customize config fallback directoryYacine Hmito
2015-11-29Add framework for switching command setsDrew DeVault
2015-11-29Add bar config struct and defaultsDrew DeVault
2015-11-29cmd_output: Merge instead of replace output configChristoph Gysin
2015-11-29Only strip comments at the start of a lineDrew DeVault
2015-11-29apply_output_config: use list_seq_find() to find configChristoph Gysin
2015-11-29cmd_output: Use list_seq_find() to find matching configChristoph Gysin
2015-11-28Allow output config for output named *Drew DeVault
2015-11-28Improve config file loadingDrew DeVault
2015-11-25Call swaybg without invoking a shellChristoph Gysin
2015-11-25Merge pull request #251 from sce/criteria_1Drew DeVault
2015-11-25config: print line numberChristoph Gysin
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen
2015-11-24sway_binding_cmp_keys: Differentiate between modifier keys.S. Christoffer Eliesen
2015-11-24fix list sortingtaiyu
2015-11-22cmd_bindsym: Detect/handle duplicates.S. Christoffer Eliesen
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen
2015-11-19Fix #240Drew DeVault
2015-11-19Add wallpapers to output commandDrew DeVault
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen
2015-11-13Revert "Try ~/.i3/config earlier than /etc/sway/config"Drew DeVault