From 9a67c4009f726e40e84ee1c7d38353e4c2ca0994 Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Sat, 13 Apr 2024 21:08:08 +0200 Subject: [PATCH] Added wofi --- hosts/lars/hyprland.nix | 1 + hosts/lars/programs.nix | 1 + 2 files changed, 2 insertions(+) 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 ]; }; }