diff options
author | zachir <zachir@librem.one> | 2025-08-28 23:04:55 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-28 23:04:55 -0500 |
commit | d4c51187b3125e48c69284a724aba60c08777158 (patch) | |
tree | 47039ec6caaae0aa20dcfe62009df389e08b3b29 | |
parent | 3923f1e72deb7d43495d025d5f9daeb1eeda2944 (diff) |
Use brc instead of mbc
-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 74a1853..024c973 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -402,7 +402,7 @@ bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_v bind = $mainMod, R, exec, rs bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc -bind = $mainMod $secdMod, E, exec, mbc +bind = $mainMod $secdMod, E, exec, brc bind = $mainMod $secdMod, R, exec, ffc bind = $mainMod $secdMod, 1, exec, bm bind = $mainMod $secdMod, comma, exec, dmount -p |