我正在使用带有 Gnome 的 Ubuntu,当我进入显示管理器时,选择 bspwm 并输入我的密码,然后按回车键,屏幕冻结并且 bspwm 无法启动。
这是我的 bspwmrc 文件,尽管我认为问题不在这里:
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
#setxkbmap -option grp:alt_shift_toggle fr,us,ar &
picom &
feh --bg-fill $HOME/Downloads/Wallpapers/pink1.jpg
killall -q polybar
polybar -c ~/.config/polybar/config.ini main -r &
bspc monitor -d I II III IV V VI VII
xsetroot -cursor_name left_ptr &
picom --experimental-backends &
#bspc config focus_follows_pointer true
bspc config border_width 2
bspc config window_gap 4
bspc config split_ratio 0.5
bspc config borderless_monocle true
bspc config gapless_monocle true
#border colors
bspc config focused_border_color "#F4ACB7"
bspc config normal_border_color "#454849"
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
答案1
我刚刚解决了这个问题!下面是我修复它的方法:
chmod +x bspwmrc 和 sxhkdrc
使用以下命令将 bspwm.desktop 复制到 xsessions 文件夹:
sudo cp (安装 bspwm 的文件夹)/contrib/freedesktop/bspwm.desktop /usr/share/xsessions/