You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've followed the instruction on https://github.com/windelicato/dotfiles/wiki/bspwm-for-dummies for install bspwm and add the lemonbar,i can run bspwm but the lemonbar is nothing?
this is my ~/.xinitrc :
..................................
session=${1:-2bwm}
case $session in
dwm ) exec dwm;;
2bwm ) exec 2bwm;;
bspwm ) exec bspwm;;
xmonad ) exec xmonad;;
gnome ) exec gnome-session;;
gnome-classic ) exec gnome-session --session=gnome-classic;;
*) exec $1;;
esac
sxhkd &
keybinding is work for me but the problem only lemonbar.
The text was updated successfully, but these errors were encountered:
i've followed the instruction on https://github.com/windelicato/dotfiles/wiki/bspwm-for-dummies for install bspwm and add the lemonbar,i can run bspwm but the lemonbar is nothing?
this is my ~/.xinitrc :
..................................
session=${1:-2bwm}
case $session in
dwm ) exec dwm;;
2bwm ) exec 2bwm;;
bspwm ) exec bspwm;;
xmonad ) exec xmonad;;
gnome ) exec gnome-session;;
gnome-classic ) exec gnome-session --session=gnome-classic;;
*) exec $1;;
esac
sxhkd &
keybinding is work for me but the problem only lemonbar.
The text was updated successfully, but these errors were encountered: