diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:47 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:47 +0200 |
commit | 25a509d2cbe8089cf1cde4a69f5f5f945c66ff27 (patch) | |
tree | 94966499df73d1f58ed907a94c0eced7beffbd65 | |
parent | a4634fc2ad2b0139f54f6f9af272dab27c9c611d (diff) |
added 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 24df032..11bc728 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -113,7 +113,7 @@ alpha=0.90 # clipboard-copy=Control+Shift+c XF86Copy # clipboard-paste=Control+Shift+v XF86Paste # primary-paste=Shift+Insert -# search-start=Control+Shift+r +search-start=Control+Shift+r # font-increase=Control+plus Control+equal Control+KP_Add # font-decrease=Control+minus Control+KP_Subtract # font-reset=Control+0 Control+KP_0 @@ -125,7 +125,7 @@ alpha=0.90 # 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=none +show-urls-copy=Mod1+l # show-urls-persistent=none # prompt-prev=Control+Shift+z # prompt-next=Control+Shift+x |