🐛 fix(hypr): pypr error when toggling term scratchpad

This commit is contained in:
Sergio Laín 2024-07-11 17:56:01 +02:00
parent 399d81c8c7
commit 13841c6700
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -10,7 +10,6 @@ force_monitor = "DP-1"
[scratchpads.terminal] [scratchpads.terminal]
command = "kitty --class scratchpad-large" command = "kitty --class scratchpad-large"
excludes = ["dots", "yazi", "topgrade-system", "topgrade-all"]
lazy = true lazy = true
[scratchpads.yazi] [scratchpads.yazi]
@ -23,7 +22,6 @@ lazy = true
[scratchpads.dots] [scratchpads.dots]
command = "kitty --class scratchpad-large yadm enter lazygit" command = "kitty --class scratchpad-large yadm enter lazygit"
excludes = ["terminal"]
lazy = true lazy = true
[scratchpads.btop] [scratchpads.btop]