From 9d4de4186a1fc1babe9e503645855d68bb8706c9 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 20 Jul 2024 01:31:12 -0400 Subject: [PATCH] fix: fix dropterm class --- hypr/pyprland.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index 18bda17..b342481 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -7,6 +7,6 @@ plugins = [ [scratchpads.term] animation = "fromTop" -command = "alacritty --class kitty-dropterm" +command = "alacritty --class alacritty-dropterm" class = "alacritty-dropterm" size = "75% 60%"