summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-01-21 20:55:02 -0600
committerzachir <zachir@librem.one>2025-01-21 20:55:02 -0600
commitb01aba07be1052b901f3bd4df5a4512e230805fe (patch)
treebc03a9f01d507d3ecc938181f4ff56260c19345e
parentc654a8e82f10440551c2fec536c116000b7a6fe6 (diff)
Fix F1 behavior on kitty
It was previously mapped to something for some reason; it is no longer so.
-rw-r--r--kitty/kitty.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf
index 55b72c8..095607b 100644
--- a/kitty/kitty.conf
+++ b/kitty/kitty.conf
@@ -1833,7 +1833,7 @@ map kitty_mod+g show_last_command_output
#:: map f1 launch --stdin-source=@last_cmd_output --stdin-add-formatting --type=overlay less +G -R
-map f1 launch --stdin-source=@last_cmd_output --type=background wl-copy
+#:: map f1 launch --stdin-source=@last_cmd_output --type=background wl-copy
#:: To get the output of the first command on the screen, use
#:: @first_cmd_output_on_screen. To get the output of the last jumped