diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:47 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:47 -0600 |
| commit | 5785f92be2329cfc4d3550ce5449454311780f34 (patch) | |
| tree | 084db52da3bc79277b7f77368fb4751abcf20765 | |
| parent | 2a47ec0c4f84d009c6e230ea5941e33b21207e59 (diff) | |
| download | archsetup-5785f92be2329cfc4d3550ce5449454311780f34.tar.gz archsetup-5785f92be2329cfc4d3550ce5449454311780f34.zip | |
fix(hyprland): remove duplicate fuzzel keybinding
$mod+P removed; fuzzel already bound elsewhere
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index a8b3154..3abf43f 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -172,7 +172,6 @@ $mod = SUPER bind = $mod, T, exec, foot bind = $mod, E, exec, emacsclient -c -a "" || emacs bind = $mod, W, exec, $BROWSER -bind = $mod, P, exec, fuzzel bind = $mod, F, exec, nautilus # From sxhkdrc |
