From 689b997dae85df8125ddabcddf881809497c89af Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Mon, 23 Jan 2023 12:34:58 -0500 Subject: [PATCH] Added keybinding to ratpoison mode to launch a terminal. --- i38.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i38.sh b/i38.sh index e129c38..043042c 100755 --- a/i38.sh +++ b/i38.sh @@ -372,6 +372,8 @@ if [[ -n "${escapeKey}" ]]; then cat << EOF >> ${i3Path}/config bindsym $escapeKey mode "ratpoison" mode "ratpoison" { +# Terminal emulator bound to c +bindsym c exec i3-sensible-terminal, mode "default" # Text editor bound to e bindsym e exec $textEditor, mode "default" # File browser bound to f