Skip to content

Commit

Permalink
Move one config to more suitable section
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Apr 7, 2024
1 parent 096055c commit f55bb34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tapper/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
Group(suppress_trigger=ListenerResult.PROPAGATE)
"""

only_visible_windows = True
"""Limit windows to visible - ones that are open on the taskbar.
Reduces WindowController lag, and junk windows caught into filters."""

send_combo_wrap = r"\$\(_\)"
"""
Wrap for send command.
Expand All @@ -63,6 +59,10 @@
Setting value to N will allow N actions to execute simultaneously for a given executor.
"""

only_visible_windows = True
"""Limit windows to visible - ones that are open on the taskbar.
Reduces WindowController lag, and junk windows caught into filters."""

"""
------------------------------------
SECTION 3: Extending the functionality.
Expand Down

0 comments on commit f55bb34

Please sign in to comment.