summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-06 12:22:29 -0600
committerzachir <zachir@librem.one>2024-02-06 15:48:06 -0600
commit52c285a7906def19f3fb18a27a39cbc1e5b58e30 (patch)
treea863225726250a734d0f24e36054fbec01acfa35
parentbc62c581b2f9ce9fa72d0ac14addee6cba073cf2 (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 4754afe..85f625b 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -299,11 +299,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
#}}}