diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-19 12:22:13 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-19 12:22:13 +0200 | 
| commit | 9560f3bdbf94484e669cf1abc9cccc4815a32d99 (patch) | |
| tree | d2e3ca9c6ba9bdcda796f2cfae066c94132cb3dc | |
| parent | 70e4464ee282fdcb38a6c5dd262a81679eb6bba1 (diff) | |
fixed conflicting keybind
| -rw-r--r-- | config/hyprland/foot/foot.ini | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 11bc728..8caee75 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -125,7 +125,7 @@ search-start=Control+Shift+r  # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none  # pipe-selected=[xargs -r firefox] none  # show-urls-launch=Control+Shift+u -show-urls-copy=Mod1+l +show-urls-copy=Mod1+Shift+l  # show-urls-persistent=none  # prompt-prev=Control+Shift+z  # prompt-next=Control+Shift+x  | 
