aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/xdisplay.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-03 13:51:18 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-03 13:51:18 +0100
commitbc12309e351d67ab056db4d8c37544492bfc32d7 (patch)
tree27d140cd21c2aac2026a2ebdc89e121cabaf6bcb /src/plugins/xdisplay.py
parentm (diff)
downloadxpybar-bc12309e351d67ab056db4d8c37544492bfc32d7.tar.gz
xpybar-bc12309e351d67ab056db4d8c37544492bfc32d7.tar.bz2
xpybar-bc12309e351d67ab056db4d8c37544492bfc32d7.tar.xz
add todo to xdisplay about vt
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/plugins/xdisplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/xdisplay.py b/src/plugins/xdisplay.py
index c4957f4..936d463 100644
--- a/src/plugins/xdisplay.py
+++ b/src/plugins/xdisplay.py
@@ -42,4 +42,5 @@ class XDisplay:
self.display, self.screen = (self.connection.split(':')[1] + '.').split('.')[:2]
self.display = int(self.display)
self.screen = None if self.screen == '' else int(self.screen)
+ # TODO get VT