summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-05-10 14:44:07 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-05-10 14:44:07 +0400
commit40ce35bd2f379f2c30e51173752926f8c620ffd6 (patch)
treed8bb4e1651758edd2af52e4b0a4b40c3c0f13c0e /.xprofile
parent2f6db370d4086eca956279ea41cd305b474f9caf (diff)
Changed window manager to bspwm and added custom config for lemonbar
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"