index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (588B) | |
--- | |
1 selfrestart | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 Restart dwm without the unnecessary dependency of an external script. | |
7 | |
8 Also see [restartsig](../restartsig/). | |
9 | |
10 An alternative might be to put something like this in `~/.xinitrc`: | |
11 | |
12 while :; do | |
13 ssh-agent dwm | |
14 done | |
15 | |
16 And then just quit/kill `dwm`. | |
17 | |
18 Download | |
19 -------- | |
20 * [dwm-r1615-selfrestart.diff](dwm-r1615-selfrestart.diff) | |
21 | |
22 Implementation & idea | |
23 --------------------- | |
24 * Idea belongs to: [Yu-Jie Lin](https://sites.google.com/site/yjlnotes/n… | |
25 * The simplified implementation: Barbu Paul - Gheorghe <barbu.paul.gheor… |