From 530ac39f2fe110b5a6fe39bacc7e047407391a5b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 09:09:03 -0800 Subject: home-manager: i3 + rofi configuration --- users/fcuny/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; }; -- cgit 1.4.1