about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix
index 6cd1c75..0578878 100644
--- a/users/fcuny/i3.nix
+++ b/users/fcuny/i3.nix
@@ -10,7 +10,7 @@ in
     config = {
       terminal = "${pkgs.alacritty}/bin/alacritty";
       keybindings = lib.mkOptionDefault {
-        "${mod}+r" = "exec --no-startup-id ${pkgs.rofi}/bin/rofi";
+        "${mod}+r" = "exec --no-startup-id ${pkgs.rofi}/bin/rofi -show drun";
       };
     };
   };