This commit is contained in:
2026-01-10 11:58:17 -06:00
parent f8d3994ad9
commit bd20e9a29b

View File

@@ -5,7 +5,7 @@
[scratchpads.lf] [scratchpads.lf]
animation = "fromTop" animation = "fromTop"
command = "hyprrun kitty --class scratchpad-lf lf ~" command = "kitty --class scratchpad-lf lf ~"
lazy = true lazy = true
class = "scratchpad-lf" class = "scratchpad-lf"
margin = 100 margin = 100
@@ -14,7 +14,7 @@
[scratchpads.kitty] [scratchpads.kitty]
animation = "fromBottom" animation = "fromBottom"
command = "hyprrun kitty --class scratchpad-kitty" command = "kitty --class scratchpad-kitty"
class = "scratchpad-kitty" class = "scratchpad-kitty"
lazy = true lazy = true
margin = 100 margin = 100
@@ -23,7 +23,7 @@
[scratchpads.calendar] [scratchpads.calendar]
animation = "fromTop" animation = "fromTop"
command = "hyprrun kitty --class scratchpad-cal -e calcurse" command = "kitty --class scratchpad-cal -e calcurse"
class = "scratchpad-cal" class = "scratchpad-cal"
lazy = true lazy = true
margin = 100 margin = 100