From fcf1762b1ccdd979deb812dd50be060b66b7f3d4 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 25 Feb 2025 00:07:59 +0100 Subject: [PATCH] Fix UWSM app launching --- home/.config/hypr/hyprland.d/keybinds.conf | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/home/.config/hypr/hyprland.d/keybinds.conf b/home/.config/hypr/hyprland.d/keybinds.conf index ad0028b..941e987 100644 --- a/home/.config/hypr/hyprland.d/keybinds.conf +++ b/home/.config/hypr/hyprland.d/keybinds.conf @@ -23,23 +23,22 @@ bind = SUPER_SHIFT, S, layoutmsg, togglesplit # ### PROGRAMS ### # ################ -bind = SUPER, R, exec, uwsm app wofi --show drun -bind = SUPER_SHIFT, Return, exec, uwsm app wofi --show run -bind = SUPER_SHIFT, V, exec, uwsm clipman pick -t wofi +bind = SUPER, R, exec, uwsm app -- $(uwsm app -- wofi --show drun --define=drun-print_desktop_file=true) +bind = SUPER_SHIFT, V, exec, uwsm app -- clipman pick -t wofi -bind = SUPER, Return, exec, uwsm app kitty -bind = SUPER, X, exec, uwsm app pcmanfm-qt -bind = SUPER, B, exec, uwsm app firefox -bind = SUPER, C, exec, uwsm app qalculate-gtk -bind = , XF86Calculator, exec, uwsm app qalculate-gtk +bind = SUPER, Return, exec, uwsm app -- kitty +bind = SUPER, X, exec, uwsm app -- pcmanfm-qt +bind = SUPER, B, exec, uwsm app -- firefox +bind = SUPER, C, exec, uwsm app -- qalculate-gtk +bind = , XF86Calculator, exec, uwsm app -- qalculate-gtk # ##################### # ### DE/WM CONTROL ### # ##################### -bind = SUPER_SHIFT, Q, exec, uwsm app menuquit +bind = SUPER_SHIFT, Q, exec, uwsm app -- menuquit bind = SUPER_CTRL, L, exec, loginctl lock-session -bind = SUPER_SHIFT, L, exec, uwsm app wlogout -p layer-shell +bind = SUPER_SHIFT, L, exec, uwsm app -- wlogout -p layer-shell bind = SUPER_SHIFT, T, exec, toggle-idle # ################### @@ -63,8 +62,8 @@ bind = SUPER_ALT, Print, exec, ocr && notify-send "OCR" "Text copied to clipboar # XF86Favorites key for recording # (don't question me, I had it free) -bind = , 164, exec, uwsm app quick-record --notify toggle -bind = SUPER, 164, exec, uwsm app quick-record toggle +bind = , 164, exec, uwsm app -- quick-record --notify toggle +bind = SUPER, 164, exec, uwsm -- app quick-record toggle # ##################### # ### NOTIFICATIONS ###