Code Monkey home page Code Monkey logo

Comments (3)

yaocccc avatar yaocccc commented on July 21, 2024

老师你好: 比如在浏览网页的时候,打开一个浮动的终端,为什么网页上的文字不能透明显示出来呢?

检查一下picom配置情况

from dwm.

hhcwyx avatar hhcwyx commented on July 21, 2024

在autostart.sh 文件中的daemons函数中有picom的设置:
picom --experimental-backends --config ~/scripts/config/picom.conf >>/dev/null 2>&1 & # 开启picom
但是没有透明效果,我在终端运行了一下这条命令,输出:
picom:未识别的选项 ‘--experimental-backends’
picom (vgit-b700a)
Standalone X11 compositor
Please report bugs to https://github.com/yshui/picom

Usage: picom [OPTION]...
然后我将上面这条命令改为下面这个,
picom --config ~/scripts/config/picom.conf >>/dev/null 2>&1 & # 开启picom
透明效果出来了,但是文字透不上来。
我用的是manjaro系统,终端是kitty,alacritty也试过了,都不行。

如果要修改picom的配置文件,应该是scripts/config/picom.conf这个文件吧,但是这个文件应该修改哪里呢?没有看出门道来。请老师再帮帮我。谢谢!!

from dwm.

hhcwyx avatar hhcwyx commented on July 21, 2024

这个命令:picom --experimental-backends --config ~/scripts/config/picom.conf >>/dev/null 2>&1 & # 开启picom
改为:picom --legacy-backends --config ~/scripts/config/picom.conf >>/dev/null 2>&1 & # 开启picom
就正常了。谢谢老师!

from dwm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.