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