summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-05 21:23:46 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-05 21:23:46 +0100
commitf0ffa3777c886ef87e9ffc9342850794f82607a7 (patch)
tree41b7983166041afabf4a775114d493f310d2247d
parent75e47e7534574b261dfb8b790b864292958d4dd6 (diff)
Use xdg-open to open default apps instead of hardcoded ones
-rw-r--r--.config/hypr/bindings.conf6
1 files changed, 3 insertions, 3 deletions
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