diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-11 14:59:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-11 14:59:46 -0400 |
| commit | 4ab86b5ff8cdd0fdc7df7f8f5ffeb9adc148279b (patch) | |
| tree | 0afc79589c66bb9ced3ed1182653c3119c53f894 | |
| parent | 5366f41cf981c94092d82baaa9cb80f9145ab643 (diff) | |
| download | eibhear-4ab86b5ff8cdd0fdc7df7f8f5ffeb9adc148279b.tar.gz eibhear-4ab86b5ff8cdd0fdc7df7f8f5ffeb9adc148279b.tar.zst eibhear-4ab86b5ff8cdd0fdc7df7f8f5ffeb9adc148279b.zip | |
mpd moved to xprofile
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .xprofile | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,6 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" -mpd >/dev/null 2>&1 & - [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 # Start graphical server on tty1 if not already running. @@ -7,6 +7,7 @@ # Add this when you include flatpak in your system dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY +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 xcompmgr & # xcompmgr for transparency |
