summaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Expand)AuthorLines
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik-0/+2
2016-03-30New feature: adjust gaps with floating_mod+scrollDrew DeVault-0/+8
2016-03-30Implement bordersMikkel Oscar Lyderik-0/+1
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik-0/+2
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik-0/+9
2016-03-30Add default border colorsMikkel Oscar Lyderik-0/+18
2016-03-26Implement include commandMikkel Oscar Lyderik-4/+16
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik-0/+1
2016-02-27Free config before exiting sway.Mikkel Oscar Lyderik-0/+4
2016-02-27Improve how swaybars are spawnedMikkel Oscar Lyderik-1/+1
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik-2/+2
2016-01-27font: Allow adding font to the config. In prep for border titlescrondog-0/+1
2016-01-19libinputCole Mickens-0/+28
2016-01-09Add support for bincode commandMikkel Oscar Lyderik-0/+1
2016-01-08Add function for duplication a sway_bindingMikkel Oscar Lyderik-0/+1
2016-01-07Implement bindsym --releaseMikkel Oscar Lyderik-0/+1
2016-01-05Only send modifier event once for active modifiersMikkel Oscar Lyderik-0/+6
2015-12-22replace non-standard qsort_r with qsortrobotanarchy-0/+2
2015-12-18Fix default workspace name generationDrew DeVault-0/+1
2015-12-18Merge pull request #359 from mikkeloscar/i3bar-commandDrew DeVault-0/+1
2015-12-19Add bar option: swaybar_command <command>Mikkel Oscar Lyderik-0/+1
2015-12-18Terminate children when freeing output containerMikkel Oscar Lyderik-0/+2
2015-12-18Reload swaybar/swaybg on config reload.Mikkel Oscar Lyderik-0/+2
2015-12-16Implement bar option: separator_symbolMikkel Oscar Lyderik-0/+1
2015-12-15Implement bar option: output <output>Mikkel Oscar Lyderik-0/+1
2015-12-15Add bar height option (Airblader/i3)Mikkel Oscar Lyderik-1/+1
2015-12-15Add rgba support for bar colorsMikkel Oscar Lyderik-18/+18
2015-12-15Implement bar option: colors {}Mikkel Oscar Lyderik-11/+18
2015-12-15Move default bar config to bar creation.Mikkel Oscar Lyderik-1/+5
2015-12-15Added bar_cmd_bindsymYacine Hmito-0/+13
2015-12-14Make mouse key used for drag/resize configurableMikkel Oscar Lyderik-0/+2
2015-12-14Add initial support for custom bar-idMikkel Oscar Lyderik-0/+7
2015-12-14Revert "Make mouse key used for drag/resize configurable"Drew DeVault-2/+0
2015-12-14Implement 'bar { }' block parsingMikkel Oscar Lyderik-0/+3
2015-12-11Make mouse key used for drag/resize configurableMikkel Oscar Lyderik-0/+2
2015-11-29Add bar config struct and defaultsDrew DeVault-0/+40
2015-11-29cmd_output: Merge instead of replace output configChristoph Gysin-0/+1
2015-11-29config: Store 'enabled' as intChristoph Gysin-1/+1
2015-11-29Remove trailing semicolonDrew DeVault-1/+1
2015-11-29cmd_output: Use list_seq_find() to find matching configChristoph Gysin-0/+1
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen-0/+1
2015-11-22cmd_bindsym: Detect/handle duplicates.S. Christoffer Eliesen-0/+4
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen-0/+2
2015-11-19Parse output background configDrew DeVault-0/+2
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen-0/+1
2015-11-08Add some documentation commentsDrew DeVault-1/+35
2015-11-04Learn "gaps edge_gaps <on|off|toggle>".S. Christoffer Eliesen-0/+1
2015-10-22config: Add "seamless_mouse" to decide if pointer crosses output edges.S. Christoffer Eliesen-0/+1
2015-10-21config: Apply output config also during config reload.S. Christoffer Eliesen-0/+3
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault-4/+0