Commit 610e9495b1c1

Vincent Demeester <vincent@sbr.pm>
2025-02-15 01:05:47
users/vincent: add raffi and fuzzel to sway
Let's make the "launcher" way more useful !
1 parent 953a724
Changed files (2)
users
users/vincent/desktop/sway.nix
@@ -173,6 +173,7 @@ in
       in
       ''
         bindcode ${mod}+33 exec "${menu}"
+        bindcode ${mod}+Shift+33 exec "raffi -I"
         bindcode ${mod}+Control+33 exec "${pkgs.wofi-emoji}/bin/wofi-emoji -G"
         bindcode ${mod}+Shift+24 kill
         bindcode ${mod}+38 focus parent
users/vincent/desktop/wayland.nix
@@ -158,6 +158,12 @@
       ];
     };
   };
+  xdg.configFile."raffi/raffi.yaml".text = lib.generators.toYAML { } {
+    "firefox" = {
+      binary = "firefox";
+      args = [ "--marionette" ];
+    };
+  };
   home.packages = with pkgs; [
     swaylock
     swayidle
@@ -165,7 +171,9 @@
     wl-clipboard
     wtype
     mako
-    wofi
+    wofi # might deprecate
+    fuzzel
+    raffi
     slurp
     grim
     zenity