diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
| commit | f93cd463a17ce73adeb1f56a57f211690a6c13b1 (patch) | |
| tree | 2c84b7197ccc2f6c7862653993c276c660946256 /.xprofile | |
| parent | f68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff) | |
| parent | bcbfd066cf90cd5aa83225d468680473b8f66ad6 (diff) | |
| download | eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.gz eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.zst eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.zip | |
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify
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 ~/.config/Xresources & # Uncomment to use Xresources colors/settings on startup +#xrdb $XDG_CONFIG_HOME/Xresources & # Uncomment to use Xresources colors/settings on startup xcompmgr & # xcompmgr for transparency $STATUSBAR & # start the statusbar dunst & # dunst for notifications |
