diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 19:10:00 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 19:10:00 -0400 |
| commit | 9fe6802122f6e0392c7fe20eefd30437771d7f8e (patch) | |
| tree | ef2a15076f9317e8f72cacdebf5ccea12601a1a3 /.xprofile | |
| parent | 7f334ff4b902e7cfbc8cb824e59510b752e7a754 (diff) | |
| download | eibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.tar.gz eibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.tar.zst eibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.zip | |
oops for config
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XA mpd & # music player daemon-you might prefer it as a service though remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script -#xrdb ${XDG_CONFIG_HOME:$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup +#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup xcompmgr & # xcompmgr for transparency $STATUSBAR & # start the statusbar dunst & # dunst for notifications |
