205 Commits (e39f846247c639ed1194ffeaa460acf6b7900c2c)

Author SHA1 Message Date
Drew DeVault 44d0f731c3 Add framework for switching command sets
9 years ago
Drew DeVault 3f950b6e52 Merge pull request #278 from christophgysin/merge
9 years ago
Christoph Gysin b1bd3ae6f3 cmd_output: Merge instead of replace output config
9 years ago
Christoph Gysin ae7ed79573 config: Store 'enabled' as int
9 years ago
Christoph Gysin 3c8763af22 cmd_output: check for missing subcommand arguments
9 years ago
Drew DeVault 9d2bbe2640 Merge pull request #274 from sce/fix_stray_floats
9 years ago
Christoph Gysin 7059eccaa1 cmd_output: Log enable/disable state
9 years ago
Christoph Gysin 7d82cd9c0a cmd_output: Use list_seq_find() to find matching config
9 years ago
Christoph Gysin 88f372a22a cmd_output: Cleanup cmd_output argument handling
9 years ago
S. Christoffer Eliesen badfb4bb43 cmd_floating: Don't add non-float as sibling to float.
9 years ago
Mikkel Oscar Lyderik c477bbf345 Add warnings about invalid output commands
9 years ago
S. Christoffer Eliesen 2d0f78c0d6 workspace: Learn sticky.
9 years ago
S. Christoffer Eliesen db642fc8c5 commands: code formatting: Sort list of commands by alphabet.
9 years ago
S. Christoffer Eliesen d9770cc243 cmd_floating: Support `enable` and `disable` commands too.
9 years ago
Christoph Gysin be3fae148b swaybg: implement scaling mode "fit"
9 years ago
S. Christoffer Eliesen a06cb7cd01 criteria: Add. Learn for_window command.
9 years ago
S. Christoffer Eliesen db92920cf9 handle_command: Skip commands that has a criteria string.
9 years ago
taiyu 9d50f88cef fix list sorting
9 years ago
S. Christoffer Eliesen a0c5a0bb30 cmd_bindsym: Detect/handle duplicates.
9 years ago
S. Christoffer Eliesen 9ce5d635f1 commands: Comment/doc for config_command.
9 years ago
S. Christoffer Eliesen 5531dbe1b2 cmd_workspace: Don't fill up config->workspace_outputs with duplicates.
9 years ago
Drew DeVault 35fd139105 Add all documented scaling modes to config parser
9 years ago
Drew DeVault 79b277fe9b Parse output background config
9 years ago
Drew DeVault 01202568f9 Track pid of child process from exec
9 years ago
S. Christoffer Eliesen 236f26f62e output: Support multiple adjacent outputs.
9 years ago
S. Christoffer Eliesen a94a91a723 cmd_output: Replace existing config if called multiple times.
9 years ago
S. Christoffer Eliesen abc5fbfaec Learn "gaps edge_gaps <on|off|toggle>".
9 years ago
S. Christoffer Eliesen eeec0fda8a commands: gaps: Re-arrange windows after changing default gaps.
9 years ago
S. Christoffer Eliesen 936f8c24e0 commands: gaps: Always apply default gaps config.
9 years ago
S. Christoffer Eliesen 5c1e20b6ff commands: gaps: Accept zero value.
9 years ago
S. Christoffer Eliesen 820681965d commands: gaps: Refactor, expected_syntax.
9 years ago
S. Christoffer Eliesen af31a3f04a commands: Learn 'move workspace to output <direction|name>'.
9 years ago
S. Christoffer Eliesen 9c8394022e commands: Learn 'move <container|window> to output <direction|name>'.
9 years ago
S. Christoffer Eliesen 78ca619769 commands: Learn mouse_warping.
9 years ago
S. Christoffer Eliesen 5fa8f91655 commands: Learn 'focus output <direction|name>'
9 years ago
S. Christoffer Eliesen 9f02b0bf16 commands: Learn 'debuglog'.
9 years ago
S. Christoffer Eliesen c49e5340db commands: cmd_move: Fix "move container to workspace _number_ n"
9 years ago
S. Christoffer Eliesen 362413bd50 commands: cmd_results->input is duplicated/freed.
9 years ago
S. Christoffer Eliesen 88a2ddbe83 commands: Code formatting.
9 years ago
S. Christoffer Eliesen 187f0ab1c4 commands: Allow 'floating_modifier' & 'focus_follows_mouse' at runtime.
9 years ago
S. Christoffer Eliesen af30a1b67c ipc,commands,config: Replace cmd_status enum with cmd_results struct.
9 years ago
S. Christoffer Eliesen edf33aad29 config: Add "seamless_mouse" to decide if pointer crosses output edges.
9 years ago
S. Christoffer Eliesen 9b271573a9 commands: Allow changing resolution outside config load.
9 years ago
S. Christoffer Eliesen ca862a5bd4 config: Apply output config also during config reload.
9 years ago
S. Christoffer Eliesen 6eb8da0e14 commands,container: Tweak debug output to better reflect reality.
9 years ago
S. Christoffer Eliesen e3837ba634 commands: Gracefully handle empty commands.
9 years ago
S. Christoffer Eliesen 71ebe8c36b commands: Catch empty exec with --no-startup-id cases.
9 years ago
S. Christoffer Eliesen 71bcee4f96 commands: Ignore exec switch "--no-startup-id".
9 years ago
taiyu 18f4905e62 #187, let init handle child processes
9 years ago
taiyu 7672886cb5 dont log empty config lines
9 years ago