aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr')
-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