From d8d1fc4b01ba50aca1fdbb855be09e5cedcf5883 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Thu, 16 Jan 2025 23:14:57 +1100 Subject: [PATCH] hyprland: add dropdown bar --- modules/home/workstation/hyprland/settings/binds.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/workstation/hyprland/settings/binds.nix b/modules/home/workstation/hyprland/settings/binds.nix index 4040286..07c9f22 100644 --- a/modules/home/workstation/hyprland/settings/binds.nix +++ b/modules/home/workstation/hyprland/settings/binds.nix @@ -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}"