mirror of
https://github.com/quantum5/i3bgwin.git
synced 2025-04-24 13:41:57 -04:00
11 lines
485 B
Markdown
11 lines
485 B
Markdown
|
# `i3bgwin`
|
||
|
|
||
|
i3 does not implement specific support for windows with the `_NET_WM_WINDOW_TYPE_DESKTOP` hint,
|
||
|
and as such do not render those windows in the background behind all other windows.
|
||
|
|
||
|
This makes it difficult to do things like displaying information in the background.
|
||
|
|
||
|
`i3bgwin` provides a way to run any application in the background behind all other windows,
|
||
|
provided that they support embedding into another window, e.g. `urxvt -embed <window>` or
|
||
|
`xterm -into <window>`.
|