Fixed a bug when opening a terminal with RP + c.

This commit is contained in:
Storm Dragon 2023-07-05 20:43:30 -04:00
parent 50f7bd809a
commit ea7450bb8b
1 changed files with 1 additions and 1 deletions

2
i38.sh
View File

@ -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