From 2276485f3760aff542946905f2692d5edc20887c Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 11 Aug 2014 23:44:58 -0400 Subject: [PATCH] Add xterm button to i3 status bar (for VNC). --- i3/i3.dotfile/status.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3/i3.dotfile/status.py b/i3/i3.dotfile/status.py index 1c2a558..3fa44ad 100644 --- a/i3/i3.dotfile/status.py +++ b/i3/i3.dotfile/status.py @@ -81,5 +81,9 @@ status.register("mem", warn_color=COLORS['Yellow'], alert_color=COLORS['Red']) +status.register("text", + text="xterm", + cmd_leftclick="xterm") + status.run()