aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Expand)Author
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
2016-03-30New feature: adjust gaps with floating_mod+scrollDrew DeVault
2016-03-30Implement bordersMikkel Oscar Lyderik
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-30Add default border colorsMikkel Oscar Lyderik
2016-03-26Implement include commandMikkel Oscar Lyderik
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik
2016-02-27Free config before exiting sway.Mikkel Oscar Lyderik
2016-02-27Improve how swaybars are spawnedMikkel Oscar Lyderik
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik
2016-01-27font: Allow adding font to the config. In prep for border titlescrondog
2016-01-19libinputCole Mickens
2016-01-09Add support for bincode commandMikkel Oscar Lyderik
2016-01-08Add function for duplication a sway_bindingMikkel Oscar Lyderik
2016-01-07Implement bindsym --releaseMikkel Oscar Lyderik
2016-01-05Only send modifier event once for active modifiersMikkel Oscar Lyderik
2015-12-22replace non-standard qsort_r with qsortrobotanarchy
2015-12-18Fix default workspace name generationDrew DeVault
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-16Implement bar option: separator_symbolMikkel Oscar Lyderik
2015-12-15Implement bar option: output <output>Mikkel 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-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-14Add initial support for custom bar-idMikkel Oscar Lyderik
2015-12-14Revert "Make mouse key used for drag/resize configurable"Drew DeVault
2015-12-14Implement 'bar { }' block parsingMikkel Oscar Lyderik
2015-12-11Make mouse key used for drag/resize configurableMikkel Oscar Lyderik
2015-11-29Add bar config struct and defaultsDrew DeVault
2015-11-29cmd_output: Merge instead of replace output configChristoph Gysin
2015-11-29config: Store 'enabled' as intChristoph Gysin
2015-11-29Remove trailing semicolonDrew DeVault
2015-11-29cmd_output: Use list_seq_find() to find matching configChristoph Gysin
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen
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-19Parse output background configDrew DeVault
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen
2015-11-08Add some documentation commentsDrew DeVault
2015-11-04Learn "gaps edge_gaps <on|off|toggle>".S. Christoffer Eliesen
2015-10-22config: Add "seamless_mouse" to decide if pointer crosses output edges.S. Christoffer Eliesen
2015-10-21config: Apply output config also during config reload.S. Christoffer Eliesen
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault