diff --git a/templates/config.j2 b/templates/config.j2 index 6d3f6e9..e891a2b 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -5,7 +5,7 @@ set $term {{ i3_terminal }} # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. font pango:monospace {{ i3_font_size }} -focus_follows_mouse {{ i3_focus_follows_mouse | tenary('yes', 'no' ) }} +focus_follows_mouse {{ i3_focus_follows_mouse | ansible.builtin.ternary('yes', 'no' ) }} # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod