fxkill: Delay killing one second to give Firefox time to cleanup.
This commit is contained in:
parent
66be041e30
commit
6d141ac74e
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Kill firefox content processes
|
||||
# Content processes can normally be restored by clicking restore tab.
|
||||
|
||||
ps aux |G firefox contentproc childID -v grep |field 2 | xargs -r kill
|
||||
ps aux |
|
||||
G firefox contentproc childID -v grep |
|
||||
field 2 |
|
||||
parallel -v --delay 1 -r kill
|
||||
|
|
Loading…
Reference in a new issue