From c35c623c5a64be1e043a997600557709b7f9a686 Mon Sep 17 00:00:00 2001 From: xero Date: Tue, 6 May 2014 15:24:58 -0400 Subject: disable startup-notification in awesome globally --- .config/awesome/rc.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 86f03a3..8184abc 100755 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -891,4 +891,10 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function () end) end +-- disable startup-notification globally +local oldspawn = awful.util.spawn +awful.util.spawn = function (s) + oldspawn(s, false) +end + run_once("nitrogen --restore") \ No newline at end of file -- cgit v1.2.1