소스 검색

fix some more

Johan Rong 3 달 전
부모
커밋
34468ba3bd
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      home/features/desktop/sway/default.nix
  2. 1 1
      home/features/desktop/sway/sway.nix
  3. 2 0
      home/features/desktop/sway/ui/wofi/default.nix

+ 0 - 1
home/features/desktop/sway/default.nix

@@ -7,7 +7,6 @@
 
     ./ui/wofi
     ./ui/waybar
-    ./ui/rofi.nix
     ./ui/mako.nix
     
     ./theming/notwaita.nix

+ 1 - 1
home/features/desktop/sway/sway.nix

@@ -70,7 +70,7 @@ in
       keybindings = {
         "${mod}+Shift+r" = "reload";
         "${mod}+Shift+q" = "kill";
-        "${mod}+d" = "exec wofi --show drun";
+        "${mod}+d" = "exec wofi";
         "${mod}+Return" = "exec alacritty";
         "${super}+l" = "exec swaylock";
         "${mod}+r" = "mode \"resize\"";

+ 2 - 0
home/features/desktop/sway/ui/wofi/default.nix

@@ -17,6 +17,8 @@
       term = "alacritty";
       prompt = "drun";
       show = "drun";
+      insensitive = true;
+      matching = "fuzzy";
     };
   };
 }