diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-03 07:16:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-03 07:16:24 +0200 |
commit | 031c9710857cf3db9099cea86ad085e20a75445c (patch) | |
tree | 16c5905b56603ede3a8aef4403ef7ff47ac7d7e4 /TODO | |
parent | the rest of the clipboard (diff) | |
download | mds-031c9710857cf3db9099cea86ad085e20a75445c.tar.gz mds-031c9710857cf3db9099cea86ad085e20a75445c.tar.bz2 mds-031c9710857cf3db9099cea86ad085e20a75445c.tar.xz |
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -36,11 +36,20 @@ Missing servers: workspace A simple, reference implementation of a, workspaces vt VT switcher iclipboard User-private interdisplay clipboard + tray Status notification tray + +Extra servers: + + kbdbind Bind keyboard combinations to external commands, e.g. super+p -> dmenu + ratbind Bind cursor actions to external commands, e.g. hotcorners + gestures Bind rat gestures to external commands, e.g. shacking to minimise windows + dcvs Defective colour vision simulation Missing commands: cmd-registry Command line interface for the protocol registry conf Command line interface for reconfiguring servers + clip Command line interface for the clipboard Need testing: @@ -51,4 +60,5 @@ Fast lanes Optimise use of mutexe by replace them with rwlocks Listen for `Command: reregister` Register protocols +Make it possible to forbid unauthorised servers for listening, needed for secure password fields |