Package: i3-wm / 4.8-2

Metadata

Package Version Patches format
i3-wm 4.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use x terminal emulator.patch | (download)

i3-sensible-terminal | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 i3-sensible-terminal: try x-terminal-emulator first
manpage x terminal emulator.patch | (download)

man/i3-sensible-terminal.man | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 list x-terminal-emulator as one of i3-sensible-terminals choices
backport i3bar tray fix.patch | (download)

i3bar/src/xcb.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add a sync call to i3bar to confirm reparents before exiting
 Without this call, sometimes the tray icon windows are reparented into
 i3s container around the i3bar window, i.e. into the next remaining
 window in the window hierarchy. Since i3 then closes that container
 (since the i3bar window itself was closed), the tray window will also
 get closed. In general, this weird interaction (getting reparented and
 then closed) is not well received by tray icon providers :).
backport dpi fix.patch | (download)

libi3/dpi.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 treat everything up to 120 dpi as 96 dpi