diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-31 18:36:08 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-31 18:36:08 -0700 |
commit | 31d5ebf47e18da10807193b2f8ab3e749eeb4274 (patch) | |
tree | 275e4edae4f866e11a37425ebe56262328425cda /x | |
parent | c32ed90899dd1047bc8bab171a60d7de6f4af34f (diff) | |
download | dotfiles-31d5ebf47e18da10807193b2f8ab3e749eeb4274.tar dotfiles-31d5ebf47e18da10807193b2f8ab3e749eeb4274.tar.gz dotfiles-31d5ebf47e18da10807193b2f8ab3e749eeb4274.tar.bz2 |
add license
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)) |