From ea7450bb8bc5642835d3f5becdef1232a38e5adf Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 5 Jul 2023 20:43:30 -0400 Subject: [PATCH] Fixed a bug when opening a terminal with RP + c. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 5dbe234..1cf81e5 100755 --- a/i38.sh +++ b/i38.sh @@ -393,7 +393,7 @@ mode "ratpoison" { # I38 help bound to ? bindsym Shift+slash exec ${i3Path}/scripts/i38-help.sh, mode "default" # Terminal emulator bound to c -bindsym c exec $sensibleTerminal +bindsym c exec $sensibleTerminal, mode "default" # Text editor bound to e bindsym e exec $textEditor, mode "default" # File browser bound to f