dotfiles/system/.xprofile
Severin Kaderli c42bd33b8c Document bash files in system/
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2018-12-13 23:11:10 +01:00

17 lines
385 B
Bash

#!/bin/bash
#
# SCRIPT NAME:
# .xprofile
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This is the startup script when LightDM starts. Currently it sources .xsetup
# and .bash_profile so it's almost the same as if you start the x-server
# manually.
#
# USAGE:
# This script is executed when LightDM starts.
. "${HOME}/.xsetup"
. "${HOME}/.bash_profile"