Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
83b78e9f
Commit
83b78e9f
authored
Aug 06, 2021
by
Jay Ta'ala
Browse files
Small fix to match $con_title_title.
parent
6e77dbda
Changes
2
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
83b78e9f
...
@@ -180,7 +180,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
...
@@ -180,7 +180,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
# renaming of parent container
# renaming of parent container
set $con_title_title <small><i>%title</i></small>
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+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
# sets back to default i3 container title
bindsym $mod+Ctrl+slash title_format " %title"
bindsym $mod+Ctrl+slash title_format " %title"
...
...
i3/config.simple
View file @
83b78e9f
...
@@ -146,7 +146,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
...
@@ -146,7 +146,7 @@ set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>:</tt></b> <sm
# renaming of parent container
# renaming of parent container
set $con_title_title <small><i>%title</i></small>
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+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
# sets back to default i3 container title
bindsym $mod+Ctrl+slash title_format " %title"
bindsym $mod+Ctrl+slash title_format " %title"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment