New backup 2025-04-22 23:30:01
This commit is contained in:
parent
f8b7101611
commit
6145bfc2f4
1 changed files with 6 additions and 5 deletions
|
@ -14,12 +14,13 @@
|
||||||
(include "modules/home.yuck")
|
(include "modules/home.yuck")
|
||||||
|
|
||||||
(defwindow home
|
(defwindow home
|
||||||
:windowtype "normal"
|
:windowtype "dock"
|
||||||
:exclusive false
|
:exclusive true
|
||||||
:geometry (geometry :x "10px"
|
:geometry (geometry :x "10px"
|
||||||
:y "10px"
|
:y "10px"
|
||||||
:width "10px"
|
:width "300px"
|
||||||
:height "10px"
|
:height "200px"
|
||||||
:anchor "top left")
|
:anchor "top left")
|
||||||
:stacking "bottom"
|
:reserve (struts :side "top" :distance "40%")
|
||||||
|
; :stacking "overlay"
|
||||||
(home))
|
(home))
|
||||||
|
|
Loading…
Add table
Reference in a new issue