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

Merge branch 'main' into DO1JLR-patch-1

Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
L3D 2023-10-26 11:22:45 +02:00 committed by GitHub
commit d5f89dcd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
# 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