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