Added keybinding to ratpoison mode to launch a terminal.

This commit is contained in:
stormdragon2976 2023-01-23 12:34:58 -05:00
parent 1a0daf36a8
commit 689b997dae

2
i38.sh
View File

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