summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-06 12:22:29 -0600
committerzachir <zachir@librem.one>2024-02-06 12:22:29 -0600
commite896467af1a048b3d3f40c14ff7ecf822ef96fbd (patch)
tree321cafc87b2d785ed9de4fa498dde091ed5f131f
parent846302ea57b2d09c9f6047083f3efcfd5b11597b (diff)
hypr: fix kitty lf binding, add volsv mic mute
-rw-r--r--hypr/hyprland.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 8fc26a2..14feaa9 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -293,11 +293,12 @@ bind = $mainMod $secdMod, P, exec, passmenu
#{{{ Misc bindings
bind = $mainMod, Return, exec, kitty
-bind = $mainMod $secdMod, F, exec, kitty -e lfrun
+bind = $mainMod $secdMod, F, exec, kitty -e lf
bind = $mainMod, W, exec, t waybar
bind = $mainMod, Q, exec, loginctl lock-session
bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend
bind = $mainMod SHIFT, G, exec, get-app-id
+bind = $mainMod Control, M, exec, volsv -m
#bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1
#}}}