From bd20e9a29b4826ae8974b708536af160f74b6bd3 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 10 Jan 2026 11:58:17 -0600 Subject: [PATCH] fix pypr --- .../users/nathan/home-manager/dotfiles/hypr/pyprland.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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