try uwsm again

This commit is contained in:
2026-01-09 19:47:53 -06:00
parent 795bca39f8
commit ff5e0d6bb2
15 changed files with 96 additions and 38 deletions

View File

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