当我在bspwm会话中打开burpsu承包统一版时,burpsuite不使用整个屏幕空间。但是当我在一次伴侣会议中打开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 &发布于 2022-07-24 09:45:27
多亏了https://wiki.archlinux.org/title/Java#Impersonate_另一个_窗户_经理,我解决了问题。
你只是$sudo apt install wmname,然后是$wmname LG3D。
希望它能帮到你!
https://askubuntu.com/questions/1411919
复制相似问题