diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index dfbeee3..0b7f57e 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -83,6 +83,7 @@ in { "$mod SHIFT, m, exit" ", F11, exec, pamixer -d 2" ", F12, exec, pamixer -i 2" + "$mod, d, exec, wofi --show drun" # Application "$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu" diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index 459545e..a9a55c3 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -53,6 +53,7 @@ in { slurp wl-clipboard pavucontrol + wofi ]; }; }