From 8ddf3a18633df6397e72e1ed42b63f3088c85759 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 3 Nov 2025 18:27:28 +0530 Subject: [PATCH] hyprland: add keepmenu keybind --- .config/hypr/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a465278..02a6f7a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -7,6 +7,7 @@ autogenerated = 0 $terminal = footclient $menu = fuzzel $browser = librewolf +$passwordmanager = keepmenu ################# @@ -214,13 +215,14 @@ bind = $mainMod, escape, exec, sysact # Applications bind = $mainMod, W, exec, $browser +bind = $mainMod SHIFT, p, exec, $passwordmanager -C bind = ,PRINT, exec, screenshot # Music Controls bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp" bind = $mainMod, p, exec, playerctl play-pause -binde = $mainMod, period, exec, playerctl position 10+ -binde = $mainMod, comma, exec, playerctl position 10- +binde = $mainMod, period, exec, mpc seek +10 +binde = $mainMod, comma, exec, mpc seek -10 bind = $mainMod SHIFT, period, exec, playerctl next bind = $mainMod SHIFT, comma, exec, playerctl previous