From 5544e79913d8a95b6301462facf1b27a871f9530 Mon Sep 17 00:00:00 2001 From: David Carley Date: Tue, 9 Mar 2021 23:27:32 -0800 Subject: [PATCH] Missed a binding for the terminal --- scripts/ratpoisonrc | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ratpoisonrc b/scripts/ratpoisonrc index 98b5e1d..6f4219a 100644 --- a/scripts/ratpoisonrc +++ b/scripts/ratpoisonrc @@ -4,3 +4,4 @@ set fgcolor white unbind c bind c exec x-terminal-emulator -fg white -bg black +bind C-c exec x-terminal-emulator -fg white -bg black