Feature #162
Dynamic views
Start date:
12/19/2010
Due date:
% Done:
100%
Estimated time:
0.00 h
Description
Add optional property dynamic
for views. The documentation would look something like the following
# # == Views # # Views are the virtual desktops in subtle, they show all windows that share a # tag with them. Windows that have no tag will be visible on the default view # which is the view with the default tag or the first defined view when this # tag isn't set. # # === Properties # # Each view can behave differently with respect to tagged clients that it matches # # [*dynamic*] Defaults to false, if set true this view will be hidden when there # are no clients with a matching tag # # [*tags*] Match tags using regular expressions, just like when tagging clients # # === Link # # http://subforge.org/wiki/subtle/Tagging # view '0' view 'dev' do tags 'terms|editor' dynamic true end view 'read', 'pdf|browser' view 'gimp', 'gimp_.*' view 'down', 'torrent'
History
#1 Updated by Christoph Kappel almost 14 years ago
- Assignee set to Non member users
#2 Updated by Christoph Kappel almost 14 years ago
- % Done changed from 0 to 100
- Status changed from Unconfirmed to Fixed
Applied in changeset r2428.