diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-24 13:11:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-24 13:11:11 +0200 |
commit | 0514717c6b1aa8bb018860fea0556d0549235df7 (patch) | |
tree | bd1848836a60b1d9d9546ff61d5188d35a612eec | |
parent | 0cbd27042a2ab45f3691bb86e0c5b030768a4619 (diff) |
fix bug on double keybinds
-rw-r--r-- | config/hyprland/foot/foot.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 032c558..a1fc1e8 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -124,12 +124,12 @@ search-start=Control+Shift+r pipe-visible=[sh -c "cat > /tmp/footvisible"] Mod1+Shift+p # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none -# show-urls-launch=Control+Shift+u +show-urls-launch=Control+Shift+u show-urls-copy=Mod1+Shift+l # show-urls-persistent=none # prompt-prev=Control+Shift+z # prompt-next=Control+Shift+x -# unicode-input=none +unicode-input=none # noop=none [search-bindings] |