Configure rofi and add plugins

This commit is contained in:
Oliver Davies 2024-11-25 08:03:59 +00:00
parent 8a6be4f1de
commit 42ba264047
3 changed files with 26 additions and 1 deletions

View file

@ -64,7 +64,7 @@ in
modifier = modifier;
keybindings = inputs.nixpkgs.lib.mkOptionDefault {
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show drun";
"${modifier}+d" = "exec rofi -show drun";
"${modifier}+Shift+b" = "exec ${pkgs.firefox}/bin/firefox";
"${modifier}+Shift+f" = "exec ${pkgs.xfce.thunar}/bin/thunar";