(include "yuck/dock/dock_widg.yuck") (defwindow dock :monitor 0 :windowtype "dock" :class "dock_window" :wm-ignore true :stacking "fg" :halign "end" :valign "end" :geometry (geometry :anchor "bottom center" :x "0%" :y "-0.5%" :height "4%" :width "10%" ) (dock_widg) )