mirror of
https://github.com/roles-ansible/ansible_role_sway.git
synced 2024-08-16 13:49:49 +02:00
update i3wm ternary filter
This commit is contained in:
parent
8132222178
commit
41fec528d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue