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