Added comment to the beginning for clarity

This commit is contained in:
Emma Nora Theuer 2024-05-28 23:38:55 +02:00
parent e31bd2c70c
commit 1cbe437122
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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