From f0ffa3777c886ef87e9ffc9342850794f82607a7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 5 Mar 2026 21:23:46 +0100 Subject: Use xdg-open to open default apps instead of hardcoded ones --- .config/hypr/bindings.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index ce027dc..91fb7ec 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -7,7 +7,7 @@ # See https://wiki.hypr.land/Configuring/Binds/ bindd = SUPER SHIFT, T, Terminal, exec, uwsm-app -- alacritty -bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- nautilus --new-window -bindd = SUPER SHIFT, B, Web Browser, exec, uwsm-app -- firefox +bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- xdg-open "." +bindd = SUPER SHIFT, B, Default Web Browser, exec, uwsm-app -- xdg-open "about:blank" +bindd = SUPER SHIFT CONTROL, B, Default Web Browser Private Window, exec, uwsm-app -- firefox --private-window bindd = SUPER SHIFT, P, Planner, exec, uwsm-app -- planify -bindd = SUPER SHIFT CONTROL, B, Web Browser, exec, uwsm-app -- firefox --private-window -- cgit v1.2.3