mirror of https://gitlab.com/meliurwen/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
426 B
16 lines
426 B
#!/bin/sh
|
|
|
|
# This file is sourced on Debian and derivates only by basically all
|
|
# graphical interface launchers (xinit, startx, xdm, GDM, LightDM, etc..).
|
|
|
|
# It's loaded only by the following Display Managers:
|
|
# - GDM
|
|
# - LightDM
|
|
# - LXDM
|
|
# - SDDM
|
|
#
|
|
# It's NOT loaded (unless it's sourced) by any DM that loads the following files:
|
|
# - ~/.xinitrc
|
|
# - ~/.xsession
|
|
# For example XDM or the command xinit and its wrapper startx
|
|
|
|
|