diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-04-03 16:28:36 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-04-03 16:28:36 +0200 |
| commit | 3eeb9f0423cf855e97e8018c435a0b39918a8267 (patch) | |
| tree | 73743f7c6352a45d6a37b049899edc7c6cefa318 | |
| parent | 9c85973bfa9370baa95f6e280431319dcf1f0a01 (diff) | |
remove useless py3status forced refresh
| -rw-r--r-- | py3status/modules/dpms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py3status/modules/dpms.py b/py3status/modules/dpms.py index d1967f7..ecbc3a7 100644 --- a/py3status/modules/dpms.py +++ b/py3status/modules/dpms.py @@ -43,4 +43,3 @@ class Py3status: else: self.run = True system("xset +dpms;xset s on") - system("killall -USR1 py3status") |
