diff --git a/README.md b/README.md
index 68b6758..86f3e51 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ nixos-install --flake './nixos#[hostname]'
**Ctrl+Right click** on a titlebar to open the window's menu
**Alt+C** over a window to do the same thing
-**Middle click** on desktop to open menu
-**Alt+Middle click** over a window to do the same thing
+**Right click** on desktop to open menu
+**Alt+Right click** over a window to do the same thing
**Alt+D** to open the application launcher
**Alt+Left arrow** to go to the previous desktop
diff --git a/configs/openbox/rc.xml b/configs/openbox/rc.xml
index d1a2a86..a256f33 100644
--- a/configs/openbox/rc.xml
+++ b/configs/openbox/rc.xml
@@ -92,14 +92,14 @@
-
-
-
-
+
+
+
+
@@ -162,7 +162,7 @@
-
+
diff --git a/nixos/home/base.nix b/nixos/home/base.nix
index add75a3..b978576 100644
--- a/nixos/home/base.nix
+++ b/nixos/home/base.nix
@@ -42,6 +42,11 @@
font.name = "Fira Code";
themeFile = "mayukai";
};
+ rofi = {
+ enable = true;
+ font = "GohuFont 14";
+ terminal = "${pkgs.kitty}/bin/kitty";
+ };
vscode = {
enable = true;
package = pkgs.vscodium;