#This is the desktop-session config file. #This is structured in a bash script format, so all options must be option="desired-option #Session service delay. #This is to set how long to delay startup to give enough time for the wm to completely load. #before starting to load other applications. This wait period will be started after the #window manager has been found running. #TIME is expressed in seconds #Options: 0-9... STARTUP_DELAY="2" #Session window manager check #This is to set the amount of times desktop-session checks for a running window manager #before giving up and denying the session to load. #Options: 0-9... TIMES_TO_CHECK="20" #Session give up override #This is to set the override if the window manager is never found to be running by #desktop-session. This will force the session to load if set to true. #Options: true | false FORCE_LOAD="false" #Session Protect. #This is how to protect the user from automatic updating of any file within desktop-session. #Examples are the menu, any file compare within file_compare, etc #Options for this are: #SESSION_PROTECT="true #Strictly protect the user, leave the user to deal with any of the updating #SESSION_PROTECT="ask #Notify me at startup of any changes and allow me to choose what to update #SESSION_PROTECT="false #Just update me, I dont want to worry about falling behind. SESSION_PROTECT="false" #Notification Dialog #This is where to enable / disable the session loading dialog #Options: true | false NOTIFICATION_DIALOG="false" #Notification text or program #This is where the text is set for the notification that the session is loading. #This can be a specified text string or a program that will return a text string #Examples: #NOTIFICATION_TEXT="Session is Loading, Please Wait....." #NOTIFICATION_TEXT="/usr/games/fortune" NOTIFICATION_TEXT="Session is Loading, Please Wait....." #Startup Sound #Play Sound when loading the desktop (uses terminal command play) #Options: true | false STARTUP_SOUND="false" #Startup Sound File #Location of the file for the startup sound STARTUP_SOUND_FILE="$HOME/.desktop-session/startup.ogg" #Startup Dialog #This is where to enable / disable the session startup dialog #Options: true | false STARTUP_DIALOG="false" #Startup Dialog Command #This is where to set the startup dialog command #Examples: #STARTUP_DIALOG_CMD="leafpad ~/.startup-text" #STARTUP_DIALOG_CMD="yad --image='info' --text='this is my startup dialog'" #STARTUP_DIALOG_CMD="/usr/local/lib/desktop-session/startup-dialog.py" #Session load conky #This will load a window manager specific conky from ~/.conky #There must be a corresponding conkyrc in ~/.conky in the form of windowmanager-conkyrc #Else we will load conky without the -c parameter #Options: true | false LOAD_CONKY="true" #Session load xdg autostart #This will load any application that is setup to autostart via xdg autostart directories / #.desktop files. #Options: true | false LOAD_XDG_AUTOSTART="true" #LOAD_XDG_AUTOSTART="true" #Session load of dbus-launch #This will make it possible to start a session bus instance of dbus-daemon with the window manager #Options: true | false DBUS_SESSION_LAUNCH="false" #Session load startup #This will load any application that is setup to autostart via /etc/desktop-session/startup #Options: true | false LOAD_STARTUP_FILE="true" #Session screen blank #This is to set the amount of time that the screen stays visible. #Desktop-session sets the dpms settings according to the screen blank value set here. #TIME expressed in seconds #Options: 0-9... SCREEN_BLANK_TIME="3600" #Session other desktops window #This is to set the other desktops window to pop up or not. #true = pop up #false = no pop up OTHER_DESKTOPS_WINDOW="true" #Default Sound Level #Set the sound volume level when starting up to default level when startup sound is true #Set using amixer sset 'Master' -M #Level is set from 0% - 100% STARTUP_SOUND_LEVEL="65%" #Startup Dialog Command #This is where to set the startup dialog command #Examples: #STARTUP_DIALOG_CMD="leafpad ~/.startup-text #STARTUP_DIALOG_CMD="yad --image='info' --text='this is my startup dialog'" STARTUP_DIALOG_CMD="/usr/local/lib/desktop-session/startup-dialog.py"