mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 11:54:27 +02:00
start: make xrun start apps after awesome is ready
`xrun` is also moved in its own module
This commit is contained in:
parent
1367a9bad1
commit
b1eaaf7516
3 changed files with 50 additions and 48 deletions
2
rc.lua
2
rc.lua
|
@ -42,6 +42,7 @@ config.layouts = {
|
|||
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
||||
|
||||
-- Remaining modules
|
||||
loadrc("xrun")
|
||||
loadrc("appearance")
|
||||
loadrc("start")
|
||||
loadrc("bindings")
|
||||
|
@ -53,4 +54,3 @@ loadrc("signals")
|
|||
loadrc("rules")
|
||||
|
||||
root.keys(config.keys.global)
|
||||
startapps()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue