Skip to content

Commit

Permalink
add ctrl shift c terminal interrupt note
Browse files Browse the repository at this point in the history
  • Loading branch information
end-4 committed Apr 15, 2024
1 parent f574486 commit fc0b187
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/en/i-i/03.troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc0b187

Please sign in to comment.