diff options
author | awy <awy@awy.one> | 2025-08-07 02:04:46 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-07 02:04:46 +0300 |
commit | 87dd1e90cbea68996c63c1b8b93d28a26f50dbdd (patch) | |
tree | 2bd5ccb8d87a2640dc4ba04c39ece029df3d0376 | |
parent | d723ecbd5a4260da7d798f67411c6afbaaf3fcc7 (diff) | |
download | hyprdots-87dd1e90cbea68996c63c1b8b93d28a26f50dbdd.tar.gz |
fix
-rw-r--r-- | .config/hypr/hyprland.conf | 1 | ||||
-rwxr-xr-x | .local/bin/mounter | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 448837a..066cd60 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -238,6 +238,7 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +windowrulev2 = float, class:^(termfloat)$ layerrule = blur, notifications layerrule = ignorezero, notifications diff --git a/.local/bin/mounter b/.local/bin/mounter index b8b3ab2..5828cd9 100755 --- a/.local/bin/mounter +++ b/.local/bin/mounter @@ -94,7 +94,7 @@ case "$chosen" in done # Decrypt in a terminal window - ${TERMINAL:-st} -a termfloat -e doas cryptsetup open "$chosen" "usb$num" + ${TERMINAL:-st} --app-id termfloat -e doas cryptsetup open "$chosen" "usb$num" # Check if now decrypted. test -b "/dev/mapper/usb$num" |