aboutsummaryrefslogtreecommitdiff
path: root/home-manager/homeModules/attachments/hypr-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/homeModules/attachments/hypr-scripts')
-rwxr-xr-x[-rw-r--r--]home-manager/homeModules/attachments/hypr-scripts/bitwarden-float.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/homeModules/attachments/hypr-scripts/bitwarden-float.sh b/home-manager/homeModules/attachments/hypr-scripts/bitwarden-float.sh
index a79ec90..7edd5f2 100644..100755
--- a/home-manager/homeModules/attachments/hypr-scripts/bitwarden-float.sh
+++ b/home-manager/homeModules/attachments/hypr-scripts/bitwarden-float.sh
@@ -2,7 +2,7 @@ windowtitlev2() {
IFS=',' read -r -a args <<< "$1"
args[0]="${args[0]#*>>}"
- if [[ ${args[1]} == "Extension: (Bitwarden Password Manager) - — Mozilla Firefox" ]]; then
+ if [[ ${args[1]} =~ "Extension: (Bitwarden Password Manager)" ]]; then
hyprctl --batch "\
dispatch setfloating address:0x${args[0]}; \
dispatch resizewindowpixel exact 20% 50%, address:0x${args[0]}; \