diff options
Diffstat (limited to '.config/i3/autostart##template')
-rwxr-xr-x | .config/i3/autostart##template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 397643a..15562d6 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -25,10 +25,10 @@ flashfocus & [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & exit_trap() { - trap - SIGTERM + trap - TERM kill -- -$$ } -trap exit_trap SIGINT SIGTERM EXIT +trap exit_trap INT TERM EXIT # I want to keep this script running so I can easily kill all daemons when i3 # exits |