diff options
Diffstat (limited to 'awesome')
-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") |