]> gitweb.fluxo.info Git - metadot.git/commitdiff
Strange, but having wicd-client on xprofile makes two tray icons appear; adding into...
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Feb 2013 23:42:04 +0000 (21:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Feb 2013 23:42:04 +0000 (21:42 -0200)
modules/awesome/config.dot/awesome.link/programs.lua [new file with mode: 0644]
modules/awesome/config.dot/awesome.link/rc.lua
modules/profile/xprofile.dot.link

diff --git a/modules/awesome/config.dot/awesome.link/programs.lua b/modules/awesome/config.dot/awesome.link/programs.lua
new file mode 100644 (file)
index 0000000..b98ab8b
--- /dev/null
@@ -0,0 +1,2 @@
+-- Put here all startup command declarations
+awful.util.spawn_with_shell("wicd-gtk --tray")
index d14399362afdbde98ca02681fbb1eb8117c72262..767ddbee322a0ba317e980327d028d2b95c58c29 100644 (file)
@@ -363,3 +363,6 @@ client.add_signal("unfocus", function(c) c.border_color = beautiful.border_norma
 
 -- Custom
 dofile(configdir .. "/keys.lua")
+
+-- Startup commands
+dofile(configdir .. "/programs.lua")
index d59da656c12579bc26ea5cc0cb442e1e594b2b39..b679ed43e7a5f37f878561c4b185c10eba2fdb3c 100755 (executable)
@@ -32,7 +32,7 @@ fi
 
 # Additional applications depending on the machine type
 if laptop-detect; then
-  PROGRAMS="$PROGRAMS wicd-client"
+  PROGRAMS="$PROGRAMS"
 else
   PROGRAMS="$PROGRAMS"
 fi