More helpers
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user