sway/sway
Daniel De Graaf 9c30140b0a Add trigger information to criteria
This allows writing commands like "for_window [trigger="map",workspace="1"]"
that only execute if the criteria matches during the initial mapping of the
window.

Currently implemented trigger names:
 - command: explicit invocation by a command, not very useful
 - map: initial window creation
 - mark, title, app_id, class, window_role, window_type:
   the given property changed
2020-09-01 18:59:05 -04:00
..
commands Add trigger information to criteria 2020-09-01 18:59:05 -04:00
config config/output: don't change output state before commit 2020-07-10 18:18:27 -04:00
desktop Add trigger information to criteria 2020-09-01 18:59:05 -04:00
input Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
tree Add trigger information to criteria 2020-09-01 18:59:05 -04:00
commands.c Add trigger information to criteria 2020-09-01 18:59:05 -04:00
config.c Reload command now matches i3's implementation 2020-07-07 17:15:57 -04:00
criteria.c Add trigger information to criteria 2020-09-01 18:59:05 -04:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
ipc-server.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
main.c Handle SIGINT 2020-08-11 18:37:11 -04:00
meson.build Remove code related to the security features 2020-05-21 10:57:00 +02:00
server.c Unset DISPLAY when wlr_xwayland fails 2020-07-02 23:55:56 -04:00
sway-bar.5.scd swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
sway-input.5.scd fix typos in sway-input.5.scd 2020-04-29 12:43:34 +02:00
sway-ipc.7.scd i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
sway-output.5.scd Simplify repaint scheduling documentation 2020-05-11 10:36:33 +02:00
sway.1.scd add dots to man 2020-04-14 10:10:35 +02:00
sway.5.scd document force_display_urgency_hint 2020-08-03 15:39:48 +02:00
swaynag.c Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. 2019-11-01 12:41:08 -04:00
xdg_decoration.c Fix xdg-decoration unconfigured if set before first commit 2019-05-03 15:37:32 -06:00