1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 23:14:03 +01:00
sway/include
Ryan Dwyer 228c478e8d Implement title_format
This implements the title_format command, with a new placeholder %shell
which gets substituted with the view type (xwayland, xdg_shell_v6 or
wl_shell).

Example config:

    for_window [title=".*"] title_format %title (class=%class instance=%instance shell=%shell)
2018-05-05 22:29:37 +10:00
..
sway Implement title_format 2018-05-05 22:29:37 +10:00
swaybar Fix a bunch of swaybar memory leaks 2018-04-24 22:28:55 +01:00
swaygrab
swaylock Improved key handling in swaylock 2018-04-24 15:40:30 +02:00
background-image.h Initial swaylock port 2018-04-04 18:47:48 -04:00
cairo.h Address review comments 2018-03-28 14:43:23 -04:00
ipc-client.h
ipc.h
list.h
log.h
meson.build Address review comments 2018-03-28 14:43:23 -04:00
pango.h Start port of swaybar to layer shell 2018-03-29 22:11:08 -04:00
pool-buffer.h Handle output removal on swaybar 2018-04-05 16:04:30 -04:00
readline.h
stringop.h
unicode.h Add password buffer, refactor rendering/surfaces 2018-04-04 18:47:48 -04:00
util.h