From fc0b1874c986d362eda462d28ef0125cdc184573 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:26:20 +0700 Subject: [PATCH] add ctrl shift c terminal interrupt note --- src/content/docs/en/i-i/03.troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/en/i-i/03.troubleshooting.md b/src/content/docs/en/i-i/03.troubleshooting.md index cab337e..3053580 100644 --- a/src/content/docs/en/i-i/03.troubleshooting.md +++ b/src/content/docs/en/i-i/03.troubleshooting.md @@ -71,3 +71,9 @@ as a result hypridle will lock the screen by executing the `$lock_cmd` defined i See [Hyprland Wiki](https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/#configuration) for more. +## Terminal: Why can't I interrupt with Ctrl+C? +- In `foot`, Ctrl+C is configured to copy text. To interrupt, use Ctrl+Shift+C +- Don't want this? + - To remove this binding: in `~/.config/foot/foot.ini`, comment or remove the line that says `clipboard-copy=Control+c` + - Maybe if you use terminal apps a lot, it'd be a good idea to use a more feature-rich terminal +