aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2015-11-29Only strip comments at the start of a lineDrew DeVault
2015-11-29Fix output adjustment for panelsDrew DeVault
2015-11-29Support desktop shell panels in compositorDrew DeVault
2015-11-29Merge pull request #274 from sce/fix_stray_floatsDrew DeVault
2015-11-29Merge pull request #276 from sce/earlier_loggingDrew DeVault
2015-11-29Merge pull request #275 from christophgysin/cmd_outputDrew DeVault
2015-11-29Merge pull request #269 from christophgysin/usageDrew DeVault
2015-11-29main: Setup logging before wlc_init.S. Christoffer Eliesen
2015-11-29cmd_output: Log enable/disable stateChristoph Gysin
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-29cmd_output: Cleanup cmd_output argument handlingChristoph Gysin
2015-11-29cmd_floating: Don't add non-float as sibling to float.S. Christoffer Eliesen
2015-11-28Fix option parsingChristoph Gysin
2015-11-28sway: Add --help option that prints usageChristoph Gysin
2015-11-28sway: Print usage and exit on unknown optionsChristoph Gysin
2015-11-28Use macros for exit valuesChristoph Gysin
2015-11-28Add warnings about invalid output commandsMikkel Oscar Lyderik
2015-11-28sway/main: Move wlc init to after args are handled.S. Christoffer Eliesen
2015-11-28Allow output config for output named *Drew DeVault
2015-11-28Improve config file loadingDrew DeVault
2015-11-27workspace: Learn sticky.S. Christoffer Eliesen
2015-11-27commands: code formatting: Sort list of commands by alphabet.S. Christoffer Eliesen
2015-11-27Merge pull request #265 from sce/better_loggingDrew DeVault
2015-11-27Merge pull request #264 from sce/fix_ws_next_nameDrew DeVault
2015-11-27debug_log: Improve container_log so that debug lines are aligned.S. Christoffer Eliesen
2015-11-27workspace: Improve workspace_next_name.S. Christoffer Eliesen
2015-11-27cmd_floating: Support `enable` and `disable` commands too.S. Christoffer Eliesen
2015-11-27Move IPC client into common, refactor IPCDrew DeVault
2015-11-26Add "variant": "sway" to IPC version responseDrew DeVault
2015-11-26Parse command line args for swaymsgDrew DeVault
2015-11-25Merge pull request #261 from christophgysin/execDrew DeVault
2015-11-25Call swaybg without invoking a shellChristoph Gysin
2015-11-25swaybg: implement scaling mode "fit"Christoph Gysin
2015-11-25Merge pull request #251 from sce/criteria_1Drew DeVault
2015-11-25criteria: Code formatting.S. Christoffer Eliesen
2015-11-25config: print line numberChristoph Gysin
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen
2015-11-25extensions: add missing includeChristoph Gysin
2015-11-24layout: get_swayc_in_direction_under: Handle floating views.S. Christoffer Eliesen
2015-11-24layout: swap_container: Handle floating views.S. Christoffer Eliesen
2015-11-24layout: replace_child: Handle floating views.S. Christoffer Eliesen
2015-11-24layout: add_sibling: Handle floating views properly.S. Christoffer Eliesen
2015-11-24sway_binding_cmp_keys: Differentiate between modifier keys.S. Christoffer Eliesen
2015-11-24handle_command: Skip commands that has a criteria string.S. Christoffer Eliesen
2015-11-24stringop: Properly handle criteria strings.S. Christoffer Eliesen
2015-11-24container: Store app_id attribute for views.S. Christoffer Eliesen
2015-11-24container: Store class attribute for views.S. Christoffer Eliesen
2015-11-24fix list sortingtaiyu
2015-11-22cmd_bindsym: Detect/handle duplicates.S. Christoffer Eliesen