mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-11 02:08:08 +00:00
10 lines
126 B
Lua
10 lines
126 B
Lua
-- {{{ Autostart applications
|
|
|
|
require("myrc.run_once")
|
|
|
|
run_once("urxvtd")
|
|
run_once("unclutter")
|
|
run_once("compton")
|
|
|
|
-- }}}
|