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")
|
||||
|
||||
(defwindow home
|
||||
:windowtype "normal"
|
||||
:exclusive false
|
||||
:windowtype "dock"
|
||||
:exclusive true
|
||||
:geometry (geometry :x "10px"
|
||||
:y "10px"
|
||||
:width "10px"
|
||||
:height "10px"
|
||||
:width "300px"
|
||||
:height "200px"
|
||||
:anchor "top left")
|
||||
:stacking "bottom"
|
||||
:reserve (struts :side "top" :distance "40%")
|
||||
; :stacking "overlay"
|
||||
(home))
|
||||
|
|
Loading…
Add table
Reference in a new issue