aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-22 14:40:54 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-22 14:40:54 +0530
commitc3f12f2af2a2a47f99020b697bc107b314218462 (patch)
treee3441a8cbe4242b050aaf189676885c1b2f101b2 /awesome
parent41f35ffb938107de1c185816e78efe7998dd22b6 (diff)
awesome/rc.lua
added autostart script to the autostarts
Diffstat (limited to 'awesome')
-rwxr-xr-xawesome/rc.lua6
1 files changed, 1 insertions, 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")