diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:29:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:29:39 -0400 |
commit | a196d459dd06fe8501e07fc33680e4ee8bb381ce (patch) | |
tree | 79e445f340db5f75ac3593f30e7f7b3efa314c03 /.config/lxpanel | |
parent | 0d41a25dbfda2a8fc3b3dc986295fdd8d67594ae (diff) |
lxpanel: learn how to stop X
Diffstat (limited to '.config/lxpanel')
-rw-r--r-- | .config/lxpanel/default/config | 3 | ||||
-rw-r--r-- | .config/lxpanel/default/panels/panel | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/lxpanel/default/config b/.config/lxpanel/default/config index 3ac287f..e19a7d1 100644 --- a/.config/lxpanel/default/config +++ b/.config/lxpanel/default/config @@ -1,3 +1,4 @@ [Command] FileManager=v-editor %s -Terminal=urxvt +Terminal=urxvt -c %s +Logout=bash -c 'echo quit >> $WMII_DIR/ctl' diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index 2418027..304f201 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -22,6 +22,7 @@ Global { background=0 backgroundfile=/usr/share/lxpanel/images/background.png iconsize=16 + loglevel=2 } Plugin { |