BurpSuite 使用 bspwm 时无法显示完整尺寸

BurpSuite 使用 bspwm 时无法显示完整尺寸

当我在 bspwm 会话中打开 burpsuitecomunity 版本时,burpsuite 不会使用全屏空间。但是当我在 mate xsession 中打开 burpsuite 时,它​​会变得非常紧凑。这是我的 bspwmrc 文件:

#!/bin/sh
WMNAME LG3D &
pgrep -x sxhkd > /dev/null || sxhkd &

bspc config pointer_modifier mod1

bspc monitor -d I II III IV V VI VII VIII IX X

bspc config border_width         2
bspc config window_gap          12

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

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
bspc rule -a burp-StartBurp: state=floating
~/.config/polybar/./launch.sh

feh --bg-scale /home/joanf/Descargas/venom.jpg
bspc config focus_follows_pointer true
picom --experimental-backends &
bspc config border_width 0
xsetroot -cursor_name left_ptr &

答案1

我解决了感谢https://wiki.archlinux.org/title/Java#Impersonate_another_window_manager

你只需$sudo apt install wmname然后$wmname LG3D

希望它能帮助你!

相关内容