summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/.profile b/.profile
index bb226b0..53cb8de 100644
--- a/.profile
+++ b/.profile
@@ -12,7 +12,7 @@ export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="brave"
export READER="zathura"
-export FILE="ranger"
+export FILE="lf"
export STATUSBAR="${LARBSWM}blocks"
# ~/ Clean-up:
@@ -38,8 +38,6 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')"
-mpd >/dev/null 2>&1 &
-
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
# Start graphical server on tty1 if not already running.