diff options
author | zachir <zachir@librem.one> | 2025-07-18 23:24:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 23:24:19 -0500 |
commit | 6ec8acc98fe0512eb5341265f651878be92e8405 (patch) | |
tree | a5f80a9a5f9f67445edfcbabdce7c09e47792786 | |
parent | 69d1aa0bc866139683cd1df54a1e13169027f69a (diff) |
Use lf not lfrun
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 166c40b..b6177dd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -323,7 +323,7 @@ bind = $mainMod $secdMod, P, exec, passmenu #{{{ Misc bindings bind = $mainMod, Return, exec, st -bind = $mainMod $secdMod, F, exec, st lfrun +bind = $mainMod $secdMod, F, exec, st lf bind = $mainMod, W, exec, pkill -USR1 waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend |