From b9761da89d039c46734e3112ca97a25235d613a4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 13 Oct 2024 19:12:33 +0200 Subject: [PATCH] feat: switch to bemenu --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 7f596bf..c1a10e9 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, pkill wofi || wofi --show drun" + "$mainMod, D, exec, bemenu-run" "SUPER SHIFT, L, exec, hyprlock" "$mainMod, E, exec, thunar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"