hyprland: add dropdown bar
This commit is contained in:
parent
5596951ab9
commit
d8d1fc4b01
1 changed files with 2 additions and 0 deletions
|
|
@ -2,10 +2,12 @@
|
|||
inherit (config.ooknet) binds;
|
||||
in {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
# TODO: build better binds interface
|
||||
bind = [
|
||||
# Program Launch
|
||||
"SUPER, b, exec, ${binds.browser}"
|
||||
"SUPER, return, exec, ${binds.terminal}"
|
||||
"SUPERSHIFT, return, exec, ${binds.terminal} --title foot-dropdown"
|
||||
"SUPER, e, exec, ${binds.terminalLaunch} $EDITOR"
|
||||
"SUPERSHIFT, P, exec, ${binds.password}"
|
||||
"SUPERCTRL, P, exec, ${binds.quickpass}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue