diff --git a/.settings/terminal.sh b/.settings/terminal.sh index f681b82..e6feb0f 100755 --- a/.settings/terminal.sh +++ b/.settings/terminal.sh @@ -1 +1 @@ -alacritty \ No newline at end of file +kitty diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 7f6da6e..69ed7b0 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -9,8 +9,8 @@ style = "Regular" opacity = 0.7 [window.padding] -x = 15 -y = 15 +x = 0 +y = 0 [selection] save_to_clipboard = true diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index 2ab74e8..18bda17 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -7,6 +7,6 @@ plugins = [ [scratchpads.term] animation = "fromTop" -command = "kitty --class kitty-dropterm" -class = "kitty-dropterm" +command = "alacritty --class kitty-dropterm" +class = "alacritty-dropterm" size = "75% 60%" diff --git a/waybar/themes/meow-blur/modules.json b/waybar/themes/meow-blur/modules.json index 125d098..a5ecd8e 100644 --- a/waybar/themes/meow-blur/modules.json +++ b/waybar/themes/meow-blur/modules.json @@ -35,8 +35,10 @@ "on-click": "activate", "on-click-middle": "close", "ignore-list": [ - "Alacritty", - "kitty-dropterm" + "Alacritty", + "kitty-dropterm", + "kitty", + "alacritty-dropterm" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition"