consolidate
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
[scratchpads.lf]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-lf -e lf ~"
|
||||
lazy = false
|
||||
command = "kitty --class scratchpad-lf lf ~"
|
||||
lazy = true
|
||||
class = "scratchpad-lf"
|
||||
margin = 100
|
||||
multi = true
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
[scratchpads.kitty]
|
||||
animation = "fromBottom"
|
||||
command = "kitty --class scratchpad-kitty -e tmux"
|
||||
command = "kitty --class scratchpad-kitty"
|
||||
class = "scratchpad-kitty"
|
||||
lazy = false
|
||||
lazy = true
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
@@ -25,7 +25,7 @@
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-cal -e calcurse"
|
||||
class = "scratchpad-cal"
|
||||
lazy = false
|
||||
lazy = true
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
Reference in New Issue
Block a user