🐛 fix(hypr): update scratchpads now uses fish functions
This commit is contained in:
parent
febc62df36
commit
2600829566
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@ command = "kitty --class scratchpad-large nvtop"
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.topgrade-system]
|
[scratchpads.topgrade-system]
|
||||||
command = "kitty --class scratchpad-large topgrade -k --only system"
|
command = "kitty --class scratchpad-large fish -c 'up'"
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.topgrade-all]
|
[scratchpads.topgrade-all]
|
||||||
command = "kitty --class scratchpad-large topgrade -k --no-self-update"
|
command = "kitty --class scratchpad-large fish -c 'upall'"
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.bluetooth]
|
[scratchpads.bluetooth]
|
||||||
|
|
Loading…
Add table
Reference in a new issue