1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

update i3wm ternary filter

This commit is contained in:
L3D 2023-10-26 01:42:03 +02:00
parent 8132222178
commit 41fec528d1
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -5,7 +5,7 @@ set $term {{ i3_terminal }}
# 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 pango:monospace {{ i3_font_size }} 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 # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod