diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-21 15:45:09 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-21 15:45:09 +0200 |
| commit | 82df71365a4d57e9a1d69500cf03f1df77a2b7d3 (patch) | |
| tree | f748dd2ca93a5270c8f7656c341982a405f9be16 /home-manager/modules/apps/desktop/hyprland.nix | |
| parent | 7203ab5ccedeb2b15d0869134c06f71f79c83841 (diff) | |
direnv
Diffstat (limited to '')
| -rw-r--r-- | home-manager/modules/apps/desktop/hyprland.nix | 4 |
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"; |
