Added keybinding to ratpoison mode to launch a terminal.
This commit is contained in:
parent
1a0daf36a8
commit
689b997dae
2
i38.sh
2
i38.sh
@ -372,6 +372,8 @@ if [[ -n "${escapeKey}" ]]; then
|
|||||||
cat << EOF >> ${i3Path}/config
|
cat << EOF >> ${i3Path}/config
|
||||||
bindsym $escapeKey mode "ratpoison"
|
bindsym $escapeKey mode "ratpoison"
|
||||||
mode "ratpoison" {
|
mode "ratpoison" {
|
||||||
|
# Terminal emulator bound to c
|
||||||
|
bindsym c exec i3-sensible-terminal, 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