Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3097  / 2 Years ago, thu, july 7, 2022, 5:33:18

I am new to awesome wm, when I change the transparency of the terminal from the preferences it turns black instead of becoming transparent I have no idea how to fix it. Not sure what code I should post here to help with the debugging, let me know if any data is required.


More From » awesome

 Answers
0

So i figured out a way to get it working.



sudo apt-get install compton


and in the rc.lua file add



{ rule = { class = "x-terminal-emulator" },
properties = { opacity = 0.75 } },


into the



awful.rules.rules


variable



and at the bottom of the rc.lua file add:



awful.util.spawn("compton")

[#4616] Friday, July 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
unsmmoth

Total Points: 72
Total Questions: 113
Total Answers: 95

Location: Thailand
Member since Tue, Oct 6, 2020
4 Years ago
;