diff --git a/i38.sh b/i38.sh index f186ffa..93db4c7 100755 --- a/i38.sh +++ b/i38.sh @@ -1,7 +1,7 @@ #!/bin/bash # Configures the i3 window manager to make it screen reader accessible -# Written by Storm Dragon +# Written by Storm Dragon, Jeremiah, and contributers. # Released under the terms of the WTFPL http://www.wtfpl.net i3Path="${XDG_CONFIG_HOME:-$HOME/.config}/i3" diff --git a/scripts/sound.py b/scripts/sound.py index 2488354..764393d 100755 --- a/scripts/sound.py +++ b/scripts/sound.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 +# Written by Storm Dragon, Jeremiah, and contributers. +# Released under the terms of the WTFPL http://www.wtfpl.net + import i3ipc from i3ipc import Event from os import system