mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
start: move start commands to systemd misc-x@.service
This commit is contained in:
parent
db92161900
commit
243de00594
4 changed files with 4 additions and 16 deletions
2
rc.lua
2
rc.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue