start: move start commands to systemd misc-x@.service

This commit is contained in:
Vincent Bernat 2020-01-26 09:07:20 +01:00
parent db92161900
commit 243de00594
4 changed files with 4 additions and 16 deletions

2
rc.lua
View file

@ -58,13 +58,11 @@ config.layouts = {
awful.layout.suit.floating,
}
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
config.browser = "firefox"
-- Remaining modules
loadrc("appearance") -- theme and appearance settings
loadrc("debug") -- debugging primitive `dbg()`
loadrc("start") -- programs to run on start
loadrc("bindings") -- keybindings
loadrc("wallpaper") -- wallpaper settings
loadrc("widgets") -- widgets configuration