non important commit
This commit is contained in:
parent
4d2886d88b
commit
bf312a2794
2 changed files with 13 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
./modules/shells.nix
|
||||
./modules/nvf.nix
|
||||
./modules/kitty.nix
|
||||
./modules/eww/eww.nix
|
||||
./modules/fastfetch.nix
|
||||
./modules/git.nix
|
||||
./modules/create-project/create-project.nix
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
(defwindow example
|
||||
:monitor 0
|
||||
:geometry (geometry :x "0%"
|
||||
:y "20px"
|
||||
:width "90%"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:reserve (struts :distance "40px" :side "top")
|
||||
:windowtype "dock"
|
||||
:wm-ignore false
|
||||
"example content")
|
||||
Loading…
Add table
Add a link
Reference in a new issue