diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:09:03 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:09:03 -0800 |
| commit | 530ac39f2fe110b5a6fe39bacc7e047407391a5b (patch) | |
| tree | ca806d7717f7c5330a64e09caf3a1584736476fc | |
| parent | home-manager: add mod for i3 (diff) | |
| download | infra-530ac39f2fe110b5a6fe39bacc7e047407391a5b.tar.gz | |
home-manager: i3 + rofi configuration
| -rw-r--r-- | users/fcuny/i3.nix | 2 |
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"; }; }; }; |
