More helpers

This commit is contained in:
David Heinemeier Hansson
2026-05-14 12:02:53 +02:00
parent 41988fda2a
commit 4c48d83952
5 changed files with 72 additions and 44 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require("default.hypr.bindings.utilities")
-- Application bindings without Omarchy's preinstalled web apps, TUIs, or desktop apps.
o.bind("SUPER + RETURN", "Terminal", "omarchy-launch-terminal")
o.bind("SUPER + SHIFT + RETURN", "Browser", "omarchy-launch-browser")
o.bind("SUPER + SHIFT + F", "File manager", o.launch("nautilus --new-window"))
o.bind_launch("SUPER + SHIFT + F", "File manager", "nautilus --new-window")
o.bind("SUPER + ALT + SHIFT + F", "File manager (cwd)", "omarchy-launch-nautilus-cwd")
o.bind("SUPER + SHIFT + B", "Browser", "omarchy-launch-browser")
o.bind("SUPER + SHIFT + ALT + B", "Browser (private)", "omarchy-launch-browser --private")