From 40ce35bd2f379f2c30e51173752926f8c620ffd6 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 10 May 2021 14:44:07 +0400 Subject: Changed window manager to bspwm and added custom config for lemonbar --- .xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xprofile') 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" -- cgit v1.2.3