首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不使用bspwm的BurpSuite全尺寸

不使用bspwm的BurpSuite全尺寸
EN

Ask Ubuntu用户
提问于 2022-06-02 13:54:42
回答 1查看 281关注 0票数 0

当我在bspwm会话中打开burpsu承包统一版时,burpsuite不使用整个屏幕空间。但是当我在一次伴侣会议中打开burpsuite的时候,它就变得很紧了。这是我的bspwmrc文件:

代码语言:javascript
复制
#!/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 &
EN

回答 1

Ask Ubuntu用户

发布于 2022-07-24 09:45:27

多亏了https://wiki.archlinux.org/title/Java#Impersonate_另一个_窗户_经理,我解决了问题。

你只是$sudo apt install wmname,然后是$wmname LG3D

希望它能帮到你!

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1411919

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档