From e5ffc25e0e4ed759f64e612b3be4fa71385fd739 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 14:19:45 -0700 Subject: [PATCH] Sort wofi alphabetically --- config/hypr/hyprland.conf | 1 - default/hypr/bindings.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 03dc637..a546db5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -7,7 +7,6 @@ source = ~/.config/hypr/hyprland-monitors.conf $terminal = alacritty $fileManager = nautilus --new-window $browser = google-chrome-stable --new-window --ozone-platform=wayland -$menu = wofi --show drun $music = spotify $passwordManager = 1password $messenger = signal-desktop diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index af46d11..7596164 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -10,7 +10,7 @@ bind = SUPER, G, exec, $messenger bind = SUPER, O, exec, obsidian -disable-gpu bind = SUPER, slash, exec, $passwordManager -bind = SUPER, space, exec, $menu +bind = SUPER, space, exec, wofi --show drun --sort-order=alphabetical bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next