hyprland: add dropdown bar

This commit is contained in:
ooks-io 2025-01-16 23:14:57 +11:00
parent 5596951ab9
commit d8d1fc4b01

View file

@ -2,10 +2,12 @@
inherit (config.ooknet) binds; inherit (config.ooknet) binds;
in { in {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
# TODO: build better binds interface
bind = [ bind = [
# Program Launch # Program Launch
"SUPER, b, exec, ${binds.browser}" "SUPER, b, exec, ${binds.browser}"
"SUPER, return, exec, ${binds.terminal}" "SUPER, return, exec, ${binds.terminal}"
"SUPERSHIFT, return, exec, ${binds.terminal} --title foot-dropdown"
"SUPER, e, exec, ${binds.terminalLaunch} $EDITOR" "SUPER, e, exec, ${binds.terminalLaunch} $EDITOR"
"SUPERSHIFT, P, exec, ${binds.password}" "SUPERSHIFT, P, exec, ${binds.password}"
"SUPERCTRL, P, exec, ${binds.quickpass}" "SUPERCTRL, P, exec, ${binds.quickpass}"