summaryrefslogtreecommitdiffstats
path: root/include/commands.h
Commit message (Collapse)AuthorAge
* libinputLibravatar Cole Mickens2016-01-19
|
* Add framework for switching command setsLibravatar Drew DeVault2015-11-29
| | | | | This will allow the bar {} block to have a different command set (and also bar { colors { } }.
* Add bar config struct and defaultsLibravatar Drew DeVault2015-11-29
|
* Add some documentation commentsLibravatar Drew DeVault2015-11-08
| | | | | | | This is mostly setting a precedent, I hope that others will continue to write docs for more headers. Ref #218
* commands: Learn mouse_warping.Libravatar S. Christoffer Eliesen2015-10-29
| | | | | | | | | | | Place mouse at center of focused view when changing to a workspace on a different output, if option is enabled. (This replicates existing i3 option.) This can be triggered in multiple ways: A) via `workspace <name>` which changes output B) via `focus <direction>` which changes output C) via `focus output <name>` which (obviously) changes output
* commands: cmd_results->input is duplicated/freed.Libravatar S. Christoffer Eliesen2015-10-23
|
* ipc,commands,config: Replace cmd_status enum with cmd_results struct.Libravatar S. Christoffer Eliesen2015-10-22
| | | | | | | | | | | | | | | In i3 the ipc reply will contain a human readable error message, and this patch replicates that behaviour. However, that error message is also useful for logging, which this patch takes advantage of. E.g. instead of logging errors directly in commands.c/checkargs, it is fed back to the caller which eventually ends up logging everything with maximum context available (config.c/read_config). So instead of logging e.g. "Error on line 'exit'" it will now log: "Error on line 'exit': Can't execute from config."
* multi command keybindsLibravatar taiyu2015-09-14
|
* Revert "new_workspace null behavior + testmap functions + regex"Libravatar Drew DeVault2015-09-13
| | | | | | | | This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
* new_workspace null behavior + testmap functions + regexLibravatar taiyu2015-09-12
|
* cmd status + workspace ws output opLibravatar taiyu2015-09-10
|
* mode supports multi token namesLibravatar taiyu2015-09-08
|
* var replacement changesLibravatar taiyu2015-09-08
|
* config modesLibravatar taiyu2015-09-07
|
* remove outdated commentLibravatar taiyu2015-09-04
|
* enum for command typeLibravatar taiyu2015-09-04
|
* better handling of commands during configLibravatar taiyu2015-09-04
|
* Made scratchpad handling identical to i3Libravatar Luminarys2015-08-29
|
* Move headers to include/Libravatar Drew DeVault2015-08-16