diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:40:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:40:54 +0530 |
commit | c3f12f2af2a2a47f99020b697bc107b314218462 (patch) | |
tree | e3441a8cbe4242b050aaf189676885c1b2f101b2 | |
parent | 41f35ffb938107de1c185816e78efe7998dd22b6 (diff) |
awesome/rc.lua
added autostart script to the autostarts
-rwxr-xr-x | awesome/rc.lua | 6 |
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") |