From 1cbe437122de7fc2f0269a1660e43638e5f1c02b Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 28 May 2024 23:38:55 +0200 Subject: [PATCH] Added comment to the beginning for clarity --- .config/qtile/config.org | 4 ++++ .config/qtile/config.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.config/qtile/config.org b/.config/qtile/config.org index bc07fcb..b6ef88a 100755 --- a/.config/qtile/config.org +++ b/.config/qtile/config.org @@ -13,6 +13,10 @@ In the following points, stuff is defined, which is needed to be done for a prop Imports are needed for the Window Manager to work properly. They grab the needed libraries so we can do cool stuff inside the window manager. #+BEGIN_SRC python +################################################################################################################################################## +### IF YOU ARE READING CONFIG.PY, SWITCH TO CONFIG.ORG IN EMACS!! THIS VERSION IS TANGELD FROM A LITERATE CONFIG AND HAS NEXT TO NO COMMENTS!! ### +################################################################################################################################################## + import os import re import subprocess diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1af866c..893f1b3 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -1,3 +1,7 @@ +################################################################################################################################################## +### IF YOU ARE READING CONFIG.PY, SWITCH TO CONFIG.ORG IN EMACS!! THIS VERSION IS TANGELD FROM A LITERATE CONFIG AND HAS NEXT TO NO COMMENTS!! ### +################################################################################################################################################## + import os import re import subprocess