aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-04 19:08:25 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-04 19:08:25 +0200
commit68c695ab3b42dd697ece92efd8f973efd6747f30 (patch)
treebb09a1b6194b55f0efeeb0a69f2e0bb71660a28b /src
parentropty, does not work with the standard programs, but you can echo into it (diff)
downloadxpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.gz
xpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.bz2
xpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.xz
use the devfs method by default in Users
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/users.py b/src/plugins/users.py
index 85e390c..a7388e3 100644
--- a/src/plugins/users.py
+++ b/src/plugins/users.py
@@ -30,7 +30,7 @@ class Users:
'''
- def __init__(self, method = 'who'):
+ def __init__(self, method = 'devfs'):
'''
Constructor