From dd1281204e061f414d4be54af84e291b177851f5 Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 27 Apr 2026 16:50:35 +0100 Subject: [PATCH] fixed size of otter --- .config/otter-launcher/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/otter-launcher/config.toml b/.config/otter-launcher/config.toml index 121c1d3a..35c978a2 100644 --- a/.config/otter-launcher/config.toml +++ b/.config/otter-launcher/config.toml @@ -70,9 +70,9 @@ hyprctl dispatch exec $(fsel --no-exec) [[modules]] description = "bluetooth" -prefix = "bt" +prefix = "bl" cmd = """ -hyprctl dispatch resizeactive 300 500 && +hyprctl dispatch resizeactive 300 250 && hyprctl dispatch centerwindow && bluetui """