Explorar el Código

fix some more

Johan Rong hace 3 meses
padre
commit
34468ba3bd

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

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

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

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

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

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