hyprland config

This commit is contained in:
2025-08-30 13:22:25 -05:00
parent fcd33c7924
commit bb3d875d77
5 changed files with 43 additions and 26 deletions

View File

@@ -7,12 +7,12 @@
animation = "fromTop"
command = "kitty --class scratchpad-nvim -e nvim ~/Projects"
lazy = false
class = "scratchpad-nvim"
class = "scratchpad"
margin = 100
multi = true
excludes = "*"
[scratchpads.free]
[scratchpads.kitty]
animation = "fromBottom"
command = "kitty --class scratchpad -e tmux"
class = "scratchpad"
@@ -20,3 +20,12 @@
margin = 100
multi = true
excludes = "*"
[scratchpads.calendar]
animation = "fromTop"
command = "kitty --class scratchpad -e calcurse"
class = "scratchpad"
lazy = false
margin = 100
multi = true
excludes = "*"