2022-11-12 21:42:18 +01:00
|
|
|
import os
|
|
|
|
|
2022-11-16 09:12:37 +01:00
|
|
|
ROOT_DIR=os.getcwd() # The directory where all directories and files of the index are located
|
2022-11-16 21:01:29 +01:00
|
|
|
CONFIG_DIR=ROOT_DIR # The directory where the file 'index.db' is located
|
|
|
|
LINUX_APP_STARTER="xdg-open" # The command which opens the files in the default applications
|