aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/exec_always.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-02-05launcher: make launcher context seat awareRonan Pigott
2023-01-03Add missing includes & remove duplicatesCarl Smedstad
2022-11-26launcher: export X startup ids and use them for workspace matchingRonan Pigott
2022-11-26launcher: export xdga tokens and use them for workspace matchingRonan Pigott
2022-11-26launcher: fudge the interface a bitRonan Pigott
2022-11-26launcher: initialize launcher_ctxs once on startupRonan Pigott
2022-11-26launcher: rename pid_workspace to launcher_ctxRonan Pigott
2022-11-26root: move the workspace matching code to its own fileRonan Pigott
2021-10-30Bump RLIMIT_NOFILESimon Ser
2021-06-05sway: commands: exec: restore SIGPIPE before exec:ingDaniel Eklöf
2021-05-10commands/exec: stop truncating >4095-byte commandsManuel Stoeckl
2021-04-22commands/exec_always: log error on execlp failureSimon Ser
2021-04-22Use execlp("sh") instead of execl("/bin/sh")Simon Ser
2020-08-24exec: fix validation during config reloadKonstantin Pospelov
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-05commands/exec_always: defer command on config validationRouven Czerwinski
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-23commands: print correct command on error for exec and opacityIan Fan
2018-08-29commands: fix exec quotingIan Fan
2018-08-26Remove layout.cRyan Dwyer
2018-08-18commands: handle quoted exec commandIan Fan
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-08-02Reset signal mask after forkMarien Zwart
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02exec_always: fix leaksDominique Martinet
2018-07-01Implement pid->workspace trackingDrew DeVault
2018-06-08sway exec command: use waitpid instead of waitDominique Martinet
2018-05-06Revert "exec_always: Search for executables in /usr/lib/sway"Rostislav Pehlivanov
2018-05-06Revert "Make the LIBDIR path configurable"Rostislav Pehlivanov
2018-05-06Revert "Meson: Replace option `instlibdir` with `libexecdir`"Rostislav Pehlivanov
2018-05-06Revert "command/exec_always: Use wlr_log for logging errors in the child proc...Rostislav Pehlivanov
2018-05-06Fix PATH setenv() in exec_alwaysRyan Dwyer
2018-05-05command/exec_always: Use wlr_log for logging errors in the child processNicolas Braud-Santoni
2018-05-05Meson: Replace option `instlibdir` with `libexecdir`Nicolas Braud-Santoni
2018-05-05Make the LIBDIR path configurableNicolas Braud-Santoni
2018-05-05exec_always: Search for executables in /usr/lib/swayNicolas Braud-Santoni
2018-04-13Fix gcc string truncation warningsDominique Martinet
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29move tree includes to their own directoryTony Crisci
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-12-05Add minimal config subsystememersion
2017-12-04Add exec and exec_always commandsemersion
2017-11-18Move everything to sway/old/Drew DeVault
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-15Handle allocation failure in commandsDrew DeVault