Set _NET_WM_WINDOW_TYPE and related fields properly (#176)
* add windowtype attribute to window tag. set _NET_WM_WINDOW_TYPE property for x11 * up * remove strum and strum_macros dependencies * Update configuration.md * Update window_definition.rs * Update window_definition.rs should work now Co-authored-by: Midnight Exigent <6959267-midnightexigent@users.noreply.gitlab.com>
This commit is contained in:
@@ -93,7 +93,7 @@ contain are defined. -->
|
||||
|
||||
<windows>
|
||||
<!-- These are the windows -->
|
||||
<window name="bar" screen="0">
|
||||
<window name="bar" screen="0" focusable="true" windowtype="dock">
|
||||
<geometry x="0%" y="0%" width="100%" height="4%"/> <!--Specifies geometry-->
|
||||
<reserve side="top" distance="4%" layer="top"/>
|
||||
<widget>
|
||||
|
||||
Reference in New Issue
Block a user