diff options
Diffstat (limited to 'x')
-rwxr-xr-x | x/startdwm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/startdwm.sh b/x/startdwm.sh index 4625951..496d79b 100755 --- a/x/startdwm.sh +++ b/x/startdwm.sh @@ -1,4 +1,4 @@ -# stolen from https://wiki.archlinux.org/title/Dwm#Restart_dwm +# stolen from https://wiki.archlinux.org/title/Dwm#Restart_dwm and therefore may be under the GNU Free Documentation License v1.3. # relaunch DWM if the binary changes, otherwise bail csum="" new_csum=$(sha1sum $(which dwm)) |