You are not logged in.
I'm not talking about a transparent xterm, but when i don't have any application open i see an image. The only solution iv'e got to work involves a compositor and i can't run that because of efficiency reasons
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
but when i don't have any application open i see an image.
To me it sounds like your background image is working...
But if you must know, feh --bg-{tile,center,scale,seamless} pic.jpg works, xsetbg pic.jpg works.
If you are talking about having transparent frames in your look.lua, you need to set that yourself, or use a look.lua file that all ready has that.
Offline
yeah i'm sorry about this: i figured it out a moment after posting.
the solution was:
de.defstyle("frame", {
transparent_background = true,
based_on = "*",
padding_colour = "#545d75",
background_colour = "black",
-- de.substyle("active", {
-- shadow_colour = "grey",
-- highlight_colour = "grey",
-- padding_colour = "#545d75",
-- background_colour = "black",
-- }),
})
in look_clean.lua which is the team i use. AND:
defwinprop{
transparent = true,
}
in cfg_kludges.lua
so all is fine now.. setting a root window image i know.. i even have a package in aur to do it fer chriss sakes
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
xsetbg pic.jpg works.
I don't have xsetbg on my machine. Can someone tell me which modular xorg package this is in or if it has changed what the new name is?
Offline
codemac wrote:xsetbg pic.jpg works.
I don't have xsetbg on my machine. Can someone tell me which modular xorg package this is in or if it has changed what the new name is?
It's part of xloadimage in AUR.
EDIT: xsetbg is a symlink to xloadimage
Offline