Updated headers for scripts.
This commit is contained in:
parent
9f9d2b6bba
commit
da420e50bb
2
i38.sh
2
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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user