diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-11 10:00:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-11 10:00:47 -0400 |
| commit | 7b9277ae0b061af6890786a9149b7e26aa380e2b (patch) | |
| tree | bef02fff66111fb2db1d0d6fd158590e652b59f7 | |
| parent | 67a472f89a2737e11a5e70cbc68f2cb98d5d9b07 (diff) | |
| download | eibhear-7b9277ae0b061af6890786a9149b7e26aa380e2b.tar.gz eibhear-7b9277ae0b061af6890786a9149b7e26aa380e2b.tar.zst eibhear-7b9277ae0b061af6890786a9149b7e26aa380e2b.zip | |
note on xprofile cleanup
| -rwxr-xr-x | .config/xprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/xprofile b/.config/xprofile index 861443b..92861d1 100755 --- a/.config/xprofile +++ b/.config/xprofile @@ -3,6 +3,10 @@ # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. +# This file's true location is in ~/.config/xprofile and a link exists to it in +# ~/.xprofile. If you do not use a DM, you may remove the link to it to have a +# cleaner home. + # Fix Gnome Apps Slow Start due to failing services # Add this when you include flatpak in your system dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY |
