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;
|
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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue