fix pypr
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user