issues
search
siduck
/
chadwm
Making dwm as beautiful as possible!
MIT License
2.25k
stars
169
forks
source link
Improve shebangs, kill command
#196
Open
MinePro120
opened
1 month ago
MinePro120
commented
1 month ago
Change shebangs to
#!/usr/bin/env <shell>
(way more portable).
Improve chadwm kill command: now
bar.sh
is actually killed, as
killall
checks only process name (i.e. dash), not command line.
#!/usr/bin/env <shell>
(way more portable).bar.sh
is actually killed, askillall
checks only process name (i.e. dash), not command line.