From 41fec528d19a3335c347943352af44d567fe1c65 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 26 Oct 2023 01:42:03 +0200 Subject: [PATCH] update i3wm ternary filter --- templates/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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