aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/no_focus.c
Commit message (Collapse)AuthorAge
* Avoid adding duplicate criteria for no_focus and commandLibravatar Ashkan Kiani2019-07-27
|
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
| | | | | | | | | Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors.
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
| | | | And make sure we don't define both in the same source file.
* Implement no_focus commandLibravatar Ryan Dwyer2018-07-16
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Implement no_focusLibravatar Drew DeVault2017-04-26
Ref #2