diff options
author | Maximilian Gerhard <maxbox@directbox.com> | 2012-02-15 23:30:14 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-15 23:30:14 +0100 |
commit | e42c2f330d1a997433323977734a26d3ab99f755 (patch) | |
tree | fc2d1fa51d5e1b8bd42d6e4d2b11f9725626797c /plasma-desktop | |
parent | a5bdce71d42977ed48930e3523939e026202d519 (diff) | |
download | etcskel-kanotix-e42c2f330d1a997433323977734a26d3ab99f755.zip etcskel-kanotix-e42c2f330d1a997433323977734a26d3ab99f755.tar.gz |
always show notifier systray icon
Diffstat (limited to 'plasma-desktop')
-rw-r--r-- | plasma-desktop/updates/01-kanotix-default-setup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plasma-desktop/updates/01-kanotix-default-setup.js b/plasma-desktop/updates/01-kanotix-default-setup.js index 55fc266..37ecbd0 100644 --- a/plasma-desktop/updates/01-kanotix-default-setup.js +++ b/plasma-desktop/updates/01-kanotix-default-setup.js @@ -37,6 +37,7 @@ panel.addWidget("pager"); panel.addWidget("tasks"); systray = panel.addWidget("systemtray"); +systray.writeConfig("alwaysShown", "notifier"); i = 0; if (hasBattery) { systray.currentConfigGroup = new Array("Applets", ++i); |