aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-11-03 18:27:28 +0530
committerkrolxon <krolyxon@tutanota.com>2025-11-03 18:27:28 +0530
commit8ddf3a18633df6397e72e1ed42b63f3088c85759 (patch)
treefe686ffe55a50f9c8dfffce1338e64fb128009cf
parentf7fd319a30b5608db022683a161a8ec4fe8c73c2 (diff)
hyprland: add keepmenu keybind
-rw-r--r--.config/hypr/hyprland.conf6
1 files 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