From c4da3e387a2ce507316d0d96e9be2daa9917ea24 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jul 2023 18:10:25 -0400 Subject: [PATCH] hyprland: Replace rofi with bemenu May remove bemenu entirely in favor of only using the taskbar for critical applications, which reduces complexity. --- home/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 79e6e305..d1a6d50c 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -133,7 +133,7 @@ in bind = $SUPER, S, togglespecialworkspace bind = $SUPER_SHIFT, S, movetoworkspace, special bind = $SUPER_SHIFT, S, focuscurrentorlast - bind = $SUPER, F1, exec, killall rofi || rofi -show drun + bind = $SUPER, F1, exec, killall bemenu-run || bemenu-run bind = $SUPER, F2, togglespecialworkspace bind = $SUPER, Return, layoutmsg, swapwithmaster master @@ -156,7 +156,6 @@ in bind = $SUPER_SHIFT, 2, exec, hyprland-relative-workspace f --with-window layerrule = blur,ironbar - layerrule = blur,rofi layerrule = blur,notifications windowrulev2 = nomaxsize,class:^(winecfg\.exe)$