summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 1dd20c3..fd74714 100644
--- a/.xprofile
+++ b/.xprofile
@@ -2,6 +2,7 @@
if [ "$DESKTOP_SESSION" = "openbox-session" ] || \
[ "$DESKTOP_SESSION" = "xmonad" ] || \
+ [ "$DESKTOP_SESSION" = "bspwm" ] || \
[ "$DESKTOP_SESSION" = "dwm" ]; then
setxkbmap -layout us,ru -option "grp:alt_shift_toggle"
@@ -35,5 +36,4 @@ fi
fi
export TERMINAL="tabbed -c -r 2 st -w ''"
-export EDITOR="nvim"
export BROWSER="firefox"