From c3f12f2af2a2a47f99020b697bc107b314218462 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 22 Dec 2020 14:40:54 +0530 Subject: awesome/rc.lua added autostart script to the autostarts --- awesome/rc.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index b2e80558..8dc559cd 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -566,8 +566,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- }}} -- autostarts --- awful.spawn.with_shell("nitrogen --restore") --- awful.spawn.with_shell("picom") --- awful.spawn.with_shell("firefox") --- awful.spawn.with_shell("sxhkd") --- awful.spawn.with_shell("deadd-notification-center") +awful.spawn.with_shell("autostart") -- cgit v1.2.3