diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 04:13:06 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 04:13:06 +0200 |
commit | e225647f248db01e056fc2d1848302b6d41d6917 (patch) | |
tree | 359cfd0e9fb6edd233e3f25afb86f35980320fb4 /modules | |
parent | hm/packages: remove wofi (diff) | |
download | nix-config-e225647f248db01e056fc2d1848302b6d41d6917.zip |
hyprland: switch to wofi
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index f54f4ba..51f5aeb 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -136,7 +136,7 @@ in { "$mainMod, M, exit, " "$mainMod, E, exec, dolphin " "$mainMod, V, togglefloating, " - "$mainMod, R, exec, rofi -show drun" + "$mainMod, R, exec, wofi --show drun" "$mainMod, P, pseudo, " # dwindle "$mainMod, J, togglesplit, " # dwindle "$mainMod, L, exec, swaylock" # screenlock |