set "Openbox" as the name no "Openbox3"
This commit is contained in:
parent
7e777c7c20
commit
1821fb49dd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ gboolean screen_annex()
|
|||
PROP_SET32(ob_root, net_supporting_wm_check, window, support_window);
|
||||
|
||||
/* set properties on the supporting window */
|
||||
PROP_SETS(support_window, net_wm_name, "Openbox3");
|
||||
PROP_SETS(support_window, net_wm_name, "Openbox");
|
||||
PROP_SET32(support_window, net_supporting_wm_check, window,support_window);
|
||||
|
||||
/* set the _NET_SUPPORTED_ATOMS hint */
|
||||
|
|
Loading…
Reference in a new issue