aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/exec_always.c
Commit message (Expand)AuthorAge
* commands/exec_always: log error on execlp failureLibravatar Simon Ser2021-04-22
* Use execlp("sh") instead of execl("/bin/sh")Libravatar Simon Ser2021-04-22
* exec: fix validation during config reloadLibravatar Konstantin Pospelov2020-08-24
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* commands/exec_always: defer command on config validationLibravatar Rouven Czerwinski2018-11-05
* commands: remove EXPECTED_MORE_THANLibravatar Ian Fan2018-10-23
* commands: print correct command on error for exec and opacityLibravatar Ian Fan2018-10-23
* commands: fix exec quotingLibravatar Ian Fan2018-08-29
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* commands: handle quoted exec commandLibravatar Ian Fan2018-08-18
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Reset signal mask after forkLibravatar Marien Zwart2018-08-02
* Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\
| * Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
| * exec_always: fix leaksLibravatar Dominique Martinet2018-07-02
* | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
|/
* sway exec command: use waitpid instead of waitLibravatar Dominique Martinet2018-06-08
* Revert "exec_always: Search for executables in /usr/lib/sway"Libravatar Rostislav Pehlivanov2018-05-06
* Revert "Make the LIBDIR path configurable"Libravatar Rostislav Pehlivanov2018-05-06
* Revert "Meson: Replace option `instlibdir` with `libexecdir`"Libravatar Rostislav Pehlivanov2018-05-06
* Revert "command/exec_always: Use wlr_log for logging errors in the child proc...Libravatar Rostislav Pehlivanov2018-05-06
* Fix PATH setenv() in exec_alwaysLibravatar Ryan Dwyer2018-05-06
* command/exec_always: Use wlr_log for logging errors in the child processLibravatar Nicolas Braud-Santoni2018-05-05
* Meson: Replace option `instlibdir` with `libexecdir`Libravatar Nicolas Braud-Santoni2018-05-05
* Make the LIBDIR path configurableLibravatar Nicolas Braud-Santoni2018-05-05
* exec_always: Search for executables in /usr/lib/swayLibravatar Nicolas Braud-Santoni2018-05-05
* Fix gcc string truncation warningsLibravatar Dominique Martinet2018-04-13
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
* Add minimal config subsystemLibravatar emersion2017-12-05
* Add exec and exec_always commandsLibravatar emersion2017-12-04
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* Handle allocation failure in commandsLibravatar Drew DeVault2016-12-15
* merge in latest commitsLibravatar Zandr Martin2016-09-02
* refactor commands.cLibravatar Zandr Martin2016-09-01