summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps/desktop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/modules/apps/desktop/hyprland.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/modules/apps/desktop/hyprland.nix b/home-manager/modules/apps/desktop/hyprland.nix
index dd9e587..99efe1c 100644
--- a/home-manager/modules/apps/desktop/hyprland.nix
+++ b/home-manager/modules/apps/desktop/hyprland.nix
@@ -1,4 +1,4 @@
-{cfg, lib, pkgs, ...}:
+{lib, pkgs, ...}:
with lib;
{
@@ -135,7 +135,7 @@ with lib;
# Programs
"$terminal" = "kitty";
"$fileManager" = "thunar";
- "$menu" = "wofi --show run";
+ "$menu" = "wofi --show drun";
"$screenshot" = "hyprshot -m region -f screenshots/screenshot_$(date +'%d-%m-%y_%H-%M-%S').png";