Commit 83b78e9f authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Small fix to match $con_title_title.

parent 6e77dbda
......@@ -180,7 +180,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
# renaming of parent container
set $con_title_title <small><i>%title</i></small>
bindsym $mod+slash exec "i3-msg focus parent; i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s:</tt></b> $con_title_title</span>\\"'; i3-msg focus child"
bindsym $mod+$mod_next+slash exec "i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s</tt></b> $con_title_title</span>\\"'"
bindsym $mod+$mod_next+slash exec "i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s:</tt></b> $con_title_title</span>\\"'"
# sets back to default i3 container title
bindsym $mod+Ctrl+slash title_format " %title"
......
......@@ -146,7 +146,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
# renaming of parent container
set $con_title_title <small><i>%title</i></small>
bindsym $mod+slash exec "i3-msg focus parent; i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s:</tt></b> $con_title_title</span>\\"'; i3-msg focus child"
bindsym $mod+$mod_next+slash exec "i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s</tt></b> $con_title_title</span>\\"'"
bindsym $mod+$mod_next+slash exec "i3-input -f $i3inputfont -P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s:</tt></b> $con_title_title</span>\\"'"
# sets back to default i3 container title
bindsym $mod+Ctrl+slash title_format " %title"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment