all repos — openbox @ 5b678bdfcf9e21c846d6560badd009484d174a89

openbox fork - make it a bit more like ryudo

Make sure the _MOTIF_WM_INFO atom exists.

Without this, urxvt won't use motif hints for borderless mode.
Mikael Magnusson mikachu@gmail.com
commit

5b678bdfcf9e21c846d6560badd009484d174a89

parent

42a6e55d1eecd5a10c1ca487e51f69e926aa5291

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/prop.copenbox/prop.c

@@ -53,6 +53,7 @@ CREATE(wm_command, "WM_COMMAND");

CREATE(wm_client_leader, "WM_CLIENT_LEADER"); CREATE(wm_transient_for, "WM_TRANSIENT_FOR"); CREATE(motif_wm_hints, "_MOTIF_WM_HINTS"); + CREATE(motif_wm_info, "_MOTIF_WM_INFO"); CREATE(sm_client_id, "SM_CLIENT_ID");
M openbox/prop.hopenbox/prop.h

@@ -55,6 +55,7 @@ Atom wm_command;

Atom wm_client_leader; Atom wm_transient_for; Atom motif_wm_hints; + Atom motif_wm_info; /* SM atoms */ Atom sm_client_id;