From 20610b1821e241302a66fcd8313fbbcc40958919 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] hypr: replace ulauncher with walker --- modules/linux/hyprland.nix | 2 +- stow/.config/hypr/hyprland.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index 0390616..b720375 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -22,7 +22,7 @@ wl-clipboard brightnessctl helvum - ulauncher + walker playerctl swaynotificationcenter hyprshot diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index 1a07c89..83c4b73 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -16,7 +16,7 @@ monitor=eDP-1,1920x1080@60,auto,1 exec-once = swww-daemon & exec-once = waybar & exec-once = swaync & -exec-once = ulauncher --hide-window & +exec-once = walker --gapplication-service exec-once = systemctl status --user polkit-gnome-authentication-agent-1.service exec-once = uwsm finalize @@ -160,7 +160,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, ghostty bind = $mainMod, B, exec, firefox -bind = $mainMod, D, exec, ulauncher-toggle +bind = $mainMod, D, exec, walker bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region bind = $mainMod shift, S, exec, hyprshot -z --clipboard-only -m window bind = $mainMod control, S, exec, hyprshot -z --clipboard-only -m active