diff options
Diffstat (limited to 'config/hypr/scripts/keybinds_parser.py')
| -rwxr-xr-x | config/hypr/scripts/keybinds_parser.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/keybinds_parser.py b/config/hypr/scripts/keybinds_parser.py index d12e3854..5b75d81c 100755 --- a/config/hypr/scripts/keybinds_parser.py +++ b/config/hypr/scripts/keybinds_parser.py @@ -1,4 +1,10 @@ #!/usr/bin/env python3 +# ================================================== +# KoolDots (2026) +# Project URL: https://github.com/LinuxBeginnings +# License: GNU GPLv3 +# SPDX-License-Identifier: GPL-3.0-or-later +# ================================================== import sys import re import os |
