Fixed a bug when opening a terminal with RP + c.
This commit is contained in:
parent
50f7bd809a
commit
ea7450bb8b
2
i38.sh
2
i38.sh
@ -393,7 +393,7 @@ mode "ratpoison" {
|
|||||||
# I38 help bound to ?
|
# I38 help bound to ?
|
||||||
bindsym Shift+slash exec ${i3Path}/scripts/i38-help.sh, mode "default"
|
bindsym Shift+slash exec ${i3Path}/scripts/i38-help.sh, mode "default"
|
||||||
# Terminal emulator bound to c
|
# Terminal emulator bound to c
|
||||||
bindsym c exec $sensibleTerminal
|
bindsym c exec $sensibleTerminal, mode "default"
|
||||||
# Text editor bound to e
|
# Text editor bound to e
|
||||||
bindsym e exec $textEditor, mode "default"
|
bindsym e exec $textEditor, mode "default"
|
||||||
# File browser bound to f
|
# File browser bound to f
|
||||||
|
Loading…
Reference in New Issue
Block a user