Commit c8ed3843 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Visual changes to titles and font (mainly due to apparent changes after

upgrades).
parent db2b3ab5
...@@ -50,8 +50,8 @@ bindsym $mod+$mod_nextShift+period border none ...@@ -50,8 +50,8 @@ bindsym $mod+$mod_nextShift+period border none
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font xft:URWGothic-Book 11 #font pango:monospace 8
#font pango:monospace 11 font xft:BitstreamVeraSans-Roman 11
# Use Mouse+$mod to drag floating windows # Use Mouse+$mod to drag floating windows
floating_modifier $mod floating_modifier $mod
...@@ -148,7 +148,7 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_ ...@@ -148,7 +148,7 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
# NOTE1: Comment out all options to use default container title_format. # NOTE1: Comment out all options to use default container title_format.
# NOTE2: requires xdotool. # NOTE2: requires xdotool.
# #
set $con_title i3-msg focus parent, title_format \\"<span font_style='oblique'><tt> <u>%title</u></tt></span>\\", focus child #set $con_title i3-msg focus parent, title_format \\"<span font_style='oblique'><tt> <u>%title</u></tt></span>\\", focus child
#set $con_title i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b>📦 %title</b></span>\\", focus child #set $con_title i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b>📦 %title</b></span>\\", focus child
#set $con_title ANSWER=$(xdotool getwindowfocus getwindowname); i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b> ⮡\\"$ANSWER\\"</b></span>\\", focus child #set $con_title ANSWER=$(xdotool getwindowfocus getwindowname); i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b> ⮡\\"$ANSWER\\"</b></span>\\", focus child
#set $con_title i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b>📦 <tt><u>\\$mod+/</u></tt> to change container title</b></span>\\", focus child #set $con_title i3-msg focus parent, title_format \\"<span foreground='#FEC196'><b>📦 <tt><u>\\$mod+/</u></tt> to change container title</b></span>\\", focus child
...@@ -273,7 +273,7 @@ bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8 ...@@ -273,7 +273,7 @@ bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
# assign [class="Skype"] $ws5 # assign [class="Skype"] $ws5
# Open specific applications in floating mode # Open specific applications in floating mode
for_window [class=".*"] title_format "<span font_style='oblique'> %title</span>" for_window [class=".*"] title_format " %title"
for_window [class="(?i)Gcolor3"] floating enable border pixel 1 for_window [class="(?i)Gcolor3"] floating enable border pixel 1
for_window [class="(?i)Gnome-calculator"] floating enable for_window [class="(?i)Gnome-calculator"] floating enable
for_window [class="(?i)Kupfer"] border none for_window [class="(?i)Kupfer"] border none
......
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