diff --git a/system/users/nathan/home-manager/dotfiles/hypr/pyprland.toml b/system/users/nathan/home-manager/dotfiles/hypr/pyprland.toml index 7fed7d4..b79834c 100644 --- a/system/users/nathan/home-manager/dotfiles/hypr/pyprland.toml +++ b/system/users/nathan/home-manager/dotfiles/hypr/pyprland.toml @@ -5,7 +5,7 @@ [scratchpads.lf] animation = "fromTop" - command = "hyprrun kitty --class scratchpad-lf lf ~" + command = "kitty --class scratchpad-lf lf ~" lazy = true class = "scratchpad-lf" margin = 100 @@ -14,7 +14,7 @@ [scratchpads.kitty] animation = "fromBottom" - command = "hyprrun kitty --class scratchpad-kitty" + command = "kitty --class scratchpad-kitty" class = "scratchpad-kitty" lazy = true margin = 100 @@ -23,7 +23,7 @@ [scratchpads.calendar] animation = "fromTop" - command = "hyprrun kitty --class scratchpad-cal -e calcurse" + command = "kitty --class scratchpad-cal -e calcurse" class = "scratchpad-cal" lazy = true margin = 100