diff options
author | Frankie B. <git@diskfloppy.me> | 2024-04-14 14:02:32 +0100 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-04-14 14:02:32 +0100 |
commit | 6137e0b1292245b81c0fc9f420005dfb27543826 (patch) | |
tree | e9e3d5c08188d06ffde55f2456bafb46f087c609 /homes/floppydisk/hyprland.nix | |
parent | 04668aa3444841b8f92b4ae108242400b955893d (diff) |
Switch from rofi to wofi
Diffstat (limited to 'homes/floppydisk/hyprland.nix')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 2344ec0..54646d6 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -121,8 +121,8 @@ # screenshot ", Print, exec, grim -l 9 -g \"$(slurp)\" - | wl-copy" - # rofi - "$mod, D, exec, rofi -show drun --show-icons" + # wofi + "$mod, D, exec, wofi --show=drun -G" # workspace scroll "$mod, mouse_down, workspace, e+1" |