Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (507B)
---
1 restartsig
2 ==========
3
4 Description
5 -----------
6 dwm can now be restarted via MOD+CTRL+SHIFT+Q or by kill -HUP dwmpid
7
8 In addition, a signal handler was added so that dwm cleanly quits by kil…
9 dwmpid.
10
11 Also see [selfrestart](../selfrestart/).
12
13 An alternative might be to put something like this in `~/.xinitrc`:
14
15 while :; do
16 ssh-agent dwm
17 done
18
19 And then just quit/kill `dwm`.
20
21 Download
22 --------
23 * [dwm-restartsig-20180523-6.2.diff](dwm-restartsig-20180523-6.2.diff) (…
24
25 Author
26 ------
27 * cd
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.