Commit 781ec8524fe7ceeecd31f7051fef0b6a85a06a43
1 parent
af6d2e8486
Exists in
master
removed conky from awesome statup
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
awesome/awesome/autostart.lua
View file @
781ec85
local r = require("runonce") | 1 | 1 | local r = require("runonce") | |
2 | 2 | |||
r.run("nm-applet") | 3 | 3 | r.run("nm-applet") | |
r.run("dropbox start") | 4 | 4 | r.run("dropbox start") | |
r.run("xscreensaver -no-splash") | 5 | 5 | r.run("xscreensaver -no-splash") | |
r.run("pnmixer") | 6 | 6 | r.run("pnmixer") | |
r.run("xfce4-volumed") | 7 | 7 | r.run("xfce4-volumed") | |
r.run("xfce4-power-manager") | 8 | 8 | r.run("xfce4-power-manager") | |
r.run("xset b off") | 9 | 9 | r.run("xset b off") | |
r.run("conky") | 10 | 10 | --r.run("conky") | |
r.run(awful.util.getdir("config") .. "../../scripts/touchpad.sh") | 11 | 11 | r.run(awful.util.getdir("config") .. "../../scripts/touchpad.sh") |