sway icon indicating copy to clipboard operation
sway copied to clipboard

i3 compatibility: Support for the `all` criteria

Open rhoot opened this issue 2 years ago • 0 comments

i3 PR: https://github.com/i3/i3/pull/4460

Description: i3 allows using all as criteria to make a rule match all windows. When attempting to use that criteria in sway it triggers an error:

'for_window [all] inhibit_idle fullscreen': Token 'all' is not recognized

As a workaround I'm using [title=".*"], but it'd be nicer to be able to use [all].

rhoot avatar Jul 23 '22 02:07 rhoot