From fedeb86522b812f16af07e2715d83f352e587704 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 13 Oct 2024 19:52:37 +0200 Subject: [PATCH] fix: cliphist, disable animations for bemenu --- modules/home/hyprland/config.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index c1a10e9..72673dd 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -215,7 +215,7 @@ "$mainMod, Q, killactive," "$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar "$mainMod, Space, togglefloating," - "$mainMod, D, exec, bemenu-run" + "$mainMod, D, exec, bemenu-run -l 5" "SUPER SHIFT, L, exec, hyprlock" "$mainMod, E, exec, thunar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" @@ -223,7 +223,7 @@ "$mainMod, W,exec, pkill wofi || wallpaper-picker" # clipboard manager - "$mainMod SHIFT, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy" + "$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 | cliphist decode | wl-copy" "$mainMod SHIFT, F, exec, firefox" "$mainMod SHIFT, W, exec, wdisplays" @@ -337,6 +337,7 @@ # windowrulev2 windowrulev2 = [ + "noanim, class:^(bemenu)$" "float, title:^(Picture-in-Picture)$" "opacity 1.0 override 1.0 override, title:^(Picture-in-Picture)$" "pin, title:^(Picture-in-Picture)$"